commit 62f53d643f796ad3a32d8eabfdceb985245ec15f
parent d7a2fdc595922e5381f1f26c8942d69df7913e69
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 11 Aug 2013 12:57:53 +0000
-removing bogus #ifdefs
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
@@ -1311,7 +1311,6 @@ internal_add_connection (struct MHD_Daemon *daemon,
#endif
daemon->max_connections--;
return MHD_YES;
-#if HTTPS_SUPPORT || EPOLL_SUPPORT
cleanup:
if (0 != CLOSE (client_socket))
MHD_PANIC ("close failed\n");
@@ -1335,7 +1334,6 @@ internal_add_connection (struct MHD_Daemon *daemon,
errno = eno;
#endif
return MHD_NO;
-#endif
}