EVLOOP_ONCE takes care of the wakeup, so no need to call event_loopexit(NULL).

pull/1/head
Nicholas Marriott 2009-11-05 08:50:32 +00:00
parent 38e13942ac
commit 25c604fb1c
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ server_loop(void)
while (!server_should_shutdown()) {
server_update_socket();
event_loopexit(NULL);
event_loop(EVLOOP_ONCE);
server_window_loop();