History needs to be loaded after config parsing is done - now that

commands are queued, that's in cfg_done not after start_cfg finishes.
This commit is contained in:
nicm
2017-04-21 14:04:54 +00:00
parent bba588752f
commit 428be9803c
2 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,6 @@ server_start(struct event_base *base, int lockfd, char *lockfile)
start_cfg();
status_prompt_load_history();
server_add_accept(0);
proc_loop(server_proc, server_loop);