summaryrefslogtreecommitdiff
path: root/vpn
diff options
context:
space:
mode:
Diffstat (limited to 'vpn')
-rw-r--r--vpn/plugins/l2tp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vpn/plugins/l2tp.c b/vpn/plugins/l2tp.c
index 9729a75c..d7439cd5 100644
--- a/vpn/plugins/l2tp.c
+++ b/vpn/plugins/l2tp.c
@@ -271,12 +271,6 @@ static int l2tp_save(struct vpn_provider *provider, GKeyFile *keyfile)
}
}
- option = vpn_provider_get_string(provider, "L2TP.Password");
- if (option != NULL)
- g_key_file_set_string(keyfile,
- vpn_provider_get_save_group(provider),
- "L2TP.Password", option);
-
return 0;
}