aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index cd7a75c6..02314aa7 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1311,7 +1311,6 @@ internal_add_connection (struct MHD_Daemon *daemon,
1311#endif 1311#endif
1312 daemon->max_connections--; 1312 daemon->max_connections--;
1313 return MHD_YES; 1313 return MHD_YES;
1314#if HTTPS_SUPPORT || EPOLL_SUPPORT
1315 cleanup: 1314 cleanup:
1316 if (0 != CLOSE (client_socket)) 1315 if (0 != CLOSE (client_socket))
1317 MHD_PANIC ("close failed\n"); 1316 MHD_PANIC ("close failed\n");
@@ -1335,7 +1334,6 @@ internal_add_connection (struct MHD_Daemon *daemon,
1335 errno = eno; 1334 errno = eno;
1336#endif 1335#endif
1337 return MHD_NO; 1336 return MHD_NO;
1338#endif
1339} 1337}
1340 1338
1341 1339