From 026ad08b56b4577beab6bad06b8a7a21602bca11 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 16 Oct 2016 19:15:02 +0000 Subject: Notifys can go via the command queue instead of using their own queue. --- server.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'server.c') 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) -- cgit