summaryrefslogtreecommitdiffstats
path: root/server.c
diff options
context:
space:
mode:
authornicm <nicm>2016-10-16 19:15:02 +0000
committernicm <nicm>2016-10-16 19:15:02 +0000
commit026ad08b56b4577beab6bad06b8a7a21602bca11 (patch)
tree6bfa976a7d8a3a2fe94d032e92727a5715efd15b /server.c
parentb342bd0b462f69a9fc9a59d52bcd4bb34b57114f (diff)
Notifys can go via the command queue instead of using their own queue.
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 15fd5546..88dd0822 100644
--- a/server.c
+++ b/server.c
@@ -192,8 +192,6 @@ server_loop(void)
struct client *c;
u_int items;
- notify_drain();
-
do {
items = cmdq_next(NULL);
TAILQ_FOREACH(c, &clients, entry)