aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-08 23:28:40 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-08 23:28:40 +0000
commitfb22aaf87f91cf0752065eb26eb03969c7408993 (patch)
tree86faa392998d657263fb9ad0ac7dc3e4f1adcdee /server.c
parent5ac6ea61bde2162ec98b870d47a92d954818d7c5 (diff)
downloadrtmux-fb22aaf87f91cf0752065eb26eb03969c7408993.tar.gz
rtmux-fb22aaf87f91cf0752065eb26eb03969c7408993.tar.bz2
rtmux-fb22aaf87f91cf0752065eb26eb03969c7408993.zip
Sync OpenBSD patchset 510:
EVLOOP_ONCE takes care of the wakeup, so no need to call event_loopexit(NULL).
Diffstat (limited to 'server.c')
-rw-r--r--server.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/server.c b/server.c
index c70fea0d..25fc25b4 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* $Id: server.c,v 1.224 2009-11-08 23:27:58 tcunha Exp $ */
+/* $Id: server.c,v 1.225 2009-11-08 23:28:40 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -214,7 +214,6 @@ server_loop(void)
while (!server_should_shutdown()) {
server_update_socket();
- event_loopexit(NULL);
event_loop(EVLOOP_ONCE);
server_window_loop();