aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_postprocessor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_postprocessor.c')
-rw-r--r--src/microhttpd/test_postprocessor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/test_postprocessor.c b/src/microhttpd/test_postprocessor.c
index cc5812c5..36e5638c 100644
--- a/src/microhttpd/test_postprocessor.c
+++ b/src/microhttpd/test_postprocessor.c
@@ -680,7 +680,7 @@ test_empty_key (void)
680 MHD_STATICSTR_LEN_ (MHD_HTTP_POST_ENCODING_FORM_URLENCODED); 680 MHD_STATICSTR_LEN_ (MHD_HTTP_POST_ENCODING_FORM_URLENCODED);
681 header.kind = MHD_HEADER_KIND; 681 header.kind = MHD_HEADER_KIND;
682 pp = MHD_create_post_processor (&connection, 682 pp = MHD_create_post_processor (&connection,
683 1024, &value_checker, NULL); 683 1024, &value_checker2, NULL);
684 if (NULL == pp) 684 if (NULL == pp)
685 { 685 {
686 fprintf (stderr, "Failed to create post processor.\n" 686 fprintf (stderr, "Failed to create post processor.\n"