diff options
Diffstat (limited to 'libsylph/account.c')
| -rw-r--r-- | libsylph/account.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/account.c b/libsylph/account.c index de0d6f0..775e2f4 100644 --- a/libsylph/account.c +++ b/libsylph/account.c | |||
| @@ -84,7 +84,7 @@ void account_read_config_all(void) | |||
| 84 | ac_prefs = prefs_account_new(); | 84 | ac_prefs = prefs_account_new(); |
| 85 | prefs_account_read_config(ac_prefs, (gchar *)cur->data); | 85 | prefs_account_read_config(ac_prefs, (gchar *)cur->data); |
| 86 | #if USE_SSL | 86 | #if USE_SSL |
| 87 | ac_prefs->master_password = master_password; | 87 | ac_prefs->master_password = master_password; |
| 88 | #endif | 88 | #endif |
| 89 | account_list = g_list_append(account_list, ac_prefs); | 89 | account_list = g_list_append(account_list, ac_prefs); |
| 90 | if (ac_prefs->is_default) | 90 | if (ac_prefs->is_default) |
