aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/hellobrowser.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/hellobrowser.c')
-rw-r--r--doc/examples/hellobrowser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/hellobrowser.c b/doc/examples/hellobrowser.c
index df38e72b..5031685c 100644
--- a/doc/examples/hellobrowser.c
+++ b/doc/examples/hellobrowser.c
@@ -39,7 +39,7 @@ main ()
39{ 39{
40 struct MHD_Daemon *daemon; 40 struct MHD_Daemon *daemon;
41 41
42 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL, 42 daemon = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD, PORT, NULL, NULL,
43 &answer_to_connection, NULL, MHD_OPTION_END); 43 &answer_to_connection, NULL, MHD_OPTION_END);
44 if (NULL == daemon) 44 if (NULL == daemon)
45 return 1; 45 return 1;