From f1babd48f5259186cd1233288992f942d4b5b0bb Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 9 Mar 2018 14:02:34 +0100 Subject: Complete rewrite of the master password implementation --- libsylph/prefs_account.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libsylph/prefs_account.c') diff --git a/libsylph/prefs_account.c b/libsylph/prefs_account.c index 07605fb..1aecba9 100644 --- a/libsylph/prefs_account.c +++ b/libsylph/prefs_account.c @@ -218,7 +218,6 @@ void prefs_account_read_config(PrefsAccount *ac_prefs, const gchar *label) g_free(rcpath); *ac_prefs = tmp_ac_prefs; - ac_prefs->master_password = NULL; while (*p && !g_ascii_isdigit(*p)) p++; id = atoi(p); if (id < 0) g_warning("wrong account id: %d\n", id); -- cgit v1.3