libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 13cc9afe06a06e9f28a913b156922469f32be122
parent 5c478c5d61b06ebd581d18c28e3906b1e7e2101b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 28 Nov 2021 13:58:18 +0300

Cosmetics: removed duplicated value

Diffstat:
Msrc/microhttpd/daemon.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -2176,8 +2176,7 @@ thread_main_handle_connection (void *data) call_handlers (con, (0 != (p[0].revents & POLLIN)), (0 != (p[0].revents & POLLOUT)), - (0 != (p[0].revents & (POLLERR - | MHD_POLL_REVENTS_ERR_DISC))) )) + (0 != (p[0].revents & MHD_POLL_REVENTS_ERR_DISC)) )) goto exit; } #endif