X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fvpn-script.c;fp=scripts%2Fopenconnect-script.c;h=6e020e92147c8be6112d0ce5b2d7628d666dc513;hb=refs%2Fchanges%2F91%2F245691%2F1;hp=5e04144fa1bc3106127c3dcf820b0bb9bee86e35;hpb=6b2381a2adabea7d8309ff158ef675ff88184305;p=platform%2Fupstream%2Fconnman.git diff --git a/scripts/openconnect-script.c b/scripts/vpn-script.c similarity index 95% rename from scripts/openconnect-script.c rename to scripts/vpn-script.c index 5e04144..6e020e9 100644 --- a/scripts/openconnect-script.c +++ b/scripts/vpn-script.c @@ -54,9 +54,11 @@ static void append(DBusMessageIter *dict, const char *pattern) key = pattern; value = delim + 1; - /* We clean the environment before invoking openconnect, but - might as well still filter out the few things that get - added that we're not interested in */ + /* + * We clean the environment before invoking openconnect/vpnc, + * but might as well still filter out the few things that get + * added that we're not interested in + */ if (!strcmp(key, "PWD") || !strcmp(key, "_") || !strcmp(key, "SHLVL") || !strcmp(key, "connman_busname") || !strcmp(key, "connman_network"))