diff options
Diffstat (limited to 'src/microhttpd/connection_https.c')
-rw-r--r-- | src/microhttpd/connection_https.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection_https.c b/src/microhttpd/connection_https.c index 94b6f3a6..a79d989a 100644 --- a/src/microhttpd/connection_https.c +++ b/src/microhttpd/connection_https.c | |||
@@ -159,7 +159,7 @@ MHD_tls_connection_handle_idle (struct MHD_Connection *connection) | |||
159 | return MHD_YES; | 159 | return MHD_YES; |
160 | return MHD_connection_handle_idle (connection); | 160 | return MHD_connection_handle_idle (connection); |
161 | } | 161 | } |
162 | #if EPOLL_SUPPORT | 162 | #ifdef EPOLL_SUPPORT |
163 | return MHD_connection_epoll_update_ (connection); | 163 | return MHD_connection_epoll_update_ (connection); |
164 | #else | 164 | #else |
165 | return MHD_YES; | 165 | return MHD_YES; |