aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_epoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/daemon_epoll.c')
-rw-r--r--src/lib/daemon_epoll.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/daemon_epoll.c b/src/lib/daemon_epoll.c
index b25ba9a7..ff3e846c 100644
--- a/src/lib/daemon_epoll.c
+++ b/src/lib/daemon_epoll.c
@@ -199,6 +199,8 @@ run_epoll_for_upgrade (struct MHD_Daemon *daemon)
199 199
200 return MHD_SC_OK; 200 return MHD_SC_OK;
201} 201}
202
203
202#endif /* HTTPS_SUPPORT && UPGRADE_SUPPORT */ 204#endif /* HTTPS_SUPPORT && UPGRADE_SUPPORT */
203 205
204 206
@@ -488,8 +490,7 @@ MHD_daemon_epoll_ (struct MHD_Daemon *daemon,
488 here. 490 here.
489 491
490 Connections with custom timeouts must all be looked at, as we 492 Connections with custom timeouts must all be looked at, as we
491 do not bother to sort that (presumably very short) list. */ 493 do not bother to sort that (presumably very short) list. */prev = daemon->manual_timeout_tail;
492 prev = daemon->manual_timeout_tail;
493 while (NULL != (pos = prev)) 494 while (NULL != (pos = prev))
494 { 495 {
495 prev = pos->prevX; 496 prev = pos->prevX;
@@ -509,6 +510,8 @@ MHD_daemon_epoll_ (struct MHD_Daemon *daemon,
509 } 510 }
510 return MHD_SC_OK; 511 return MHD_SC_OK;
511} 512}
513
514
512#endif 515#endif
513 516
514/* end of daemon_epoll.c */ 517/* end of daemon_epoll.c */