From: Jukka Rissanen Date: Fri, 30 Nov 2012 09:30:47 +0000 (+0200) Subject: pptp: Do not save the password X-Git-Tag: 1.10~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0ef9b6dcda9918b21b2df269738dbb42d8f2dee;p=platform%2Fupstream%2Fconnman.git pptp: Do not save the password --- diff --git a/vpn/plugins/pptp.c b/vpn/plugins/pptp.c index 154bb62..104ae78 100644 --- a/vpn/plugins/pptp.c +++ b/vpn/plugins/pptp.c @@ -232,12 +232,6 @@ static int pptp_save(struct vpn_provider *provider, GKeyFile *keyfile) } } - option = vpn_provider_get_string(provider, "PPTP.Password"); - if (option != NULL) - g_key_file_set_string(keyfile, - vpn_provider_get_save_group(provider), - "PPTP.Password", option); - return 0; }