diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r-- | src/microhttpd/daemon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index 2f8945c1..51b05d8e 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c | |||
@@ -2397,6 +2397,8 @@ internal_add_connection (struct MHD_Daemon *daemon, | |||
2397 | goto cleanup; | 2397 | goto cleanup; |
2398 | } | 2398 | } |
2399 | } | 2399 | } |
2400 | else | ||
2401 | connection->pid = daemon->pid; | ||
2400 | #ifdef EPOLL_SUPPORT | 2402 | #ifdef EPOLL_SUPPORT |
2401 | if (0 != (daemon->options & MHD_USE_EPOLL)) | 2403 | if (0 != (daemon->options & MHD_USE_EPOLL)) |
2402 | { | 2404 | { |