summaryrefslogtreecommitdiffstats
path: root/server.c
diff options
context:
space:
mode:
authornicm <nicm>2017-04-21 14:04:54 +0000
committernicm <nicm>2017-04-21 14:04:54 +0000
commit428be9803cab5121bc8ccad5ecbcce509c57b3a1 (patch)
tree6eb647c91cf8d1163d2b548181d0d8cb1f3c3584 /server.c
parentbba588752f8085da13edcacd71101055bd617303 (diff)
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.
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/server.c b/server.c
index 70f1a76f..71c0e25a 100644
--- a/server.c
+++ b/server.c
@@ -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);