diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-08-11 12:57:53 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-08-11 12:57:53 +0000 |
commit | 62f53d643f796ad3a32d8eabfdceb985245ec15f (patch) | |
tree | 1138c85e23681d80fb1261bee056ef9df4cdd2be | |
parent | d7a2fdc595922e5381f1f26c8942d69df7913e69 (diff) | |
download | libmicrohttpd-62f53d643f796ad3a32d8eabfdceb985245ec15f.tar.gz libmicrohttpd-62f53d643f796ad3a32d8eabfdceb985245ec15f.zip |
-removing bogus #ifdefs
-rw-r--r-- | src/microhttpd/daemon.c | 2 |
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 | ||