From: Jukka Rissanen Date: Tue, 15 Nov 2011 11:06:26 +0000 (+0200) Subject: pptp: Do not put password in command line options X-Git-Tag: 0.78~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfdb60546bfea56f9704bdd310b10952bd7222b4;p=platform%2Fupstream%2Fconnman.git pptp: Do not put password in command line options --- diff --git a/plugins/pptp.c b/plugins/pptp.c index 814be99..f969d1b 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 },