aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/tlsauthentication.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/tlsauthentication.c')
-rw-r--r--doc/examples/tlsauthentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/tlsauthentication.c b/doc/examples/tlsauthentication.c
index efbc6e06..efb1e37e 100644
--- a/doc/examples/tlsauthentication.c
+++ b/doc/examples/tlsauthentication.c
@@ -162,7 +162,7 @@ int
162answer_to_connection (void *cls, struct MHD_Connection *connection, 162answer_to_connection (void *cls, struct MHD_Connection *connection,
163 const char *url, const char *method, 163 const char *url, const char *method,
164 const char *version, const char *upload_data, 164 const char *version, const char *upload_data,
165 unsigned int *upload_data_size, void **con_cls) 165 size_t *upload_data_size, void **con_cls)
166{ 166{
167 if (0 != strcmp (method, "GET")) 167 if (0 != strcmp (method, "GET"))
168 return MHD_NO; 168 return MHD_NO;