From f0ef9b6dcda9918b21b2df269738dbb42d8f2dee Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Fri, 30 Nov 2012 11:30:47 +0200 Subject: [PATCH] pptp: Do not save the password --- vpn/plugins/pptp.c | 6 ------ 1 file changed, 6 deletions(-) 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; } -- 2.7.4