diff options
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r-- | src/microhttpd/response.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c index 27b3ee3f..141372b9 100644 --- a/src/microhttpd/response.c +++ b/src/microhttpd/response.c | |||
@@ -262,7 +262,7 @@ MHD_get_response_headers (struct MHD_Response *response, | |||
262 | { | 262 | { |
263 | numHeaders++; | 263 | numHeaders++; |
264 | if ((NULL != iterator) && | 264 | if ((NULL != iterator) && |
265 | (MHD_YES != iterator (iterator_cls, | 265 | (MHD_NO == iterator (iterator_cls, |
266 | pos->kind, | 266 | pos->kind, |
267 | pos->header, | 267 | pos->header, |
268 | pos->value))) | 268 | pos->value))) |