summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index c6bd812..3c87c70 100644
--- a/src/main.c
+++ b/src/main.c
@@ -412,6 +412,13 @@ int main(int argc, char *argv[])
412 412
413 remote_command_exec(); 413 remote_command_exec();
414 414
415#if USE_SSL
416 if (prefs_common.auto_unload_master_password && master_password_active()) {
417 debug_print("Auto unloading master password\n");
418 unload_master_password();
419 }
420#endif
421
415#if USE_UPDATE_CHECK 422#if USE_UPDATE_CHECK
416 if (prefs_common.auto_update_check) 423 if (prefs_common.auto_update_check)
417 update_check(FALSE); 424 update_check(FALSE);