aboutsummaryrefslogtreecommitdiff
path: root/src/examples/minimal_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/minimal_example.c')
-rw-r--r--src/examples/minimal_example.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/examples/minimal_example.c b/src/examples/minimal_example.c
index f7a0e64c..f3fb1c88 100644
--- a/src/examples/minimal_example.c
+++ b/src/examples/minimal_example.c
@@ -105,7 +105,6 @@ main (int argc,
105 (uint16_t) port, 105 (uint16_t) port,
106 NULL, NULL, &ahc_echo, &data_for_handler, 106 NULL, NULL, &ahc_echo, &data_for_handler,
107 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 120, 107 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 120,
108 MHD_OPTION_STRICT_FOR_CLIENT, (int) 1,
109 MHD_OPTION_END); 108 MHD_OPTION_END);
110 if (d == NULL) 109 if (d == NULL)
111 return 1; 110 return 1;