summaryrefslogtreecommitdiffstats
path: root/server.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-05 08:50:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-05 08:50:32 +0000
commit25c604fb1c3806fdcb230b0eaac0c3120685f8a8 (patch)
treec04beaa6d66cd6697dd546563f7690bc1879120f /server.c
parent38e13942ac3fea4f900a84b19d0a987889230c79 (diff)
EVLOOP_ONCE takes care of the wakeup, so no need to call event_loopexit(NULL).
Diffstat (limited to 'server.c')
-rw-r--r--server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server.c b/server.c
index fe07f1a0..09618d25 100644
--- a/server.c
+++ b/server.c
@@ -210,7 +210,6 @@ server_loop(void)
while (!server_should_shutdown()) {
server_update_socket();
- event_loopexit(NULL);
event_loop(EVLOOP_ONCE);
server_window_loop();