Notifys can go via the command queue instead of using their own queue.

This commit is contained in:
nicm
2016-10-16 19:15:02 +00:00
parent b342bd0b46
commit 026ad08b56
3 changed files with 51 additions and 65 deletions

View File

@@ -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)