summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2011-11-15 13:06:26 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-11-15 13:41:45 +0100
commitcfdb60546bfea56f9704bdd310b10952bd7222b4 (patch)
tree688c992dc15f1a74d8e5d05dd82c824618a46677
parentcf50c8cfec66c1d09e816f4cd4f78122189ce82a (diff)
downloadconnman-cfdb60546bfea56f9704bdd310b10952bd7222b4.tar.gz
connman-cfdb60546bfea56f9704bdd310b10952bd7222b4.tar.bz2
connman-cfdb60546bfea56f9704bdd310b10952bd7222b4.zip
pptp: Do not put password in command line options
-rw-r--r--plugins/pptp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/pptp.c b/plugins/pptp.c
index 814be996..f969d1bb 100644
--- a/plugins/pptp.c
+++ b/plugins/pptp.c
@@ -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 },