pptp: Do not put password in command line options
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Tue, 15 Nov 2011 11:06:26 +0000 (13:06 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 15 Nov 2011 12:41:45 +0000 (13:41 +0100)
plugins/pptp.c

index 814be99..f969d1b 100644 (file)
@@ -56,7 +56,6 @@ struct {
        int type;
 } pptp_options[] = {
        { "PPTP.User", "user", NULL, OPT_STRING },
-       { "PPTP.Password", "password", NULL, OPT_STRING },
        { "PPTP.EchoFailure", "lcp-echo-failure", "0", OPT_STRING },
        { "PPTP.EchoInterval", "lcp-echo-interval", "0", OPT_STRING },
        { "PPTP.Debug", "debug", NULL, OPT_STRING },