aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/basicauthentication.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/basicauthentication.c')
-rw-r--r--doc/examples/basicauthentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/basicauthentication.c b/doc/examples/basicauthentication.c
index 407738be..22873d8c 100644
--- a/doc/examples/basicauthentication.c
+++ b/doc/examples/basicauthentication.c
@@ -71,7 +71,7 @@ main ()
71{ 71{
72 struct MHD_Daemon *daemon; 72 struct MHD_Daemon *daemon;
73 73
74 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL, 74 daemon = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD, PORT, NULL, NULL,
75 &answer_to_connection, NULL, MHD_OPTION_END); 75 &answer_to_connection, NULL, MHD_OPTION_END);
76 if (NULL == daemon) 76 if (NULL == daemon)
77 return 1; 77 return 1;