diff options
-rw-r--r-- | src/restart.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/restart.c b/src/restart.c index 01966a6..2d03291 100644 --- a/src/restart.c +++ b/src/restart.c @@ -32,6 +32,7 @@ #include "log.h" #include "client.h" /* for UMODE_ALL */ #include "memory.h" +#include "conf_db.h" void restart(const char *mesg) @@ -82,6 +83,7 @@ server_die(const char *mesg, int rboot) send_queued_all(); close_fds(NULL); + save_all_databases(NULL); unlink(pidFileName); if (rboot) |