Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-10-16 22:01:14 +01:00
75 changed files with 1120 additions and 1052 deletions

View File

@ -194,8 +194,6 @@ server_loop(void)
struct client *c;
u_int items;
notify_drain();
do {
items = cmdq_next(NULL);
TAILQ_FOREACH(c, &clients, entry)