aboutsummaryrefslogtreecommitdiff
path: root/doc/chapters/basicauthentication.inc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/chapters/basicauthentication.inc')
-rw-r--r--doc/chapters/basicauthentication.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/chapters/basicauthentication.inc b/doc/chapters/basicauthentication.inc
index cfcc96ff..ec606f3e 100644
--- a/doc/chapters/basicauthentication.inc
+++ b/doc/chapters/basicauthentication.inc
@@ -87,6 +87,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection,
87 char *user; 87 char *user;
88 char *pass; 88 char *pass;
89 int fail; 89 int fail;
90 enum MHD_Result ret;
90 struct MHD_Response *response; 91 struct MHD_Response *response;
91 92
92 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) 93 if (0 != strcmp (method, MHD_HTTP_METHOD_GET))