[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35718 - libmicrohttpd/src/microhttpd
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35718 - libmicrohttpd/src/microhttpd |
Date: |
Thu, 7 May 2015 19:03:55 +0200 |
Author: Karlson2k
Date: 2015-05-07 19:03:55 +0200 (Thu, 07 May 2015)
New Revision: 35718
Modified:
libmicrohttpd/src/microhttpd/daemon.c
Log:
daemon.c: fix typos
Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c 2015-05-07 12:15:58 UTC (rev
35717)
+++ libmicrohttpd/src/microhttpd/daemon.c 2015-05-07 17:03:55 UTC (rev
35718)
@@ -943,7 +943,7 @@
}
#if WINDOWS
extra_slot = 0;
- if (MHD_INVALID_PIPE != spipe)
+ if (MHD_INVALID_PIPE_ != spipe)
{
p[1].events |= POLLIN;
p[1].fd = spipe;
@@ -971,7 +971,7 @@
#if WINDOWS
/* drain signaling pipe */
if ( (MHD_INVALID_PIPE_ != spipe) &&
- (0 != (p[1].revents & (PLLERR | POLLHUP))) )
+ (0 != (p[1].revents & (POLLERR | POLLHUP))) )
(void) MHD_pipe_read_ (spipe, &tmp, sizeof (tmp));
#endif
if ( (0 != (p[0].revents & POLLIN))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35718 - libmicrohttpd/src/microhttpd,
gnunet <=