diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index 8f94ebd7..611ff12f 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -1255,7 +1255,8 @@ parse_initial_message_line (struct MHD_Connection *connection, char *line) | |||
1255 | if (NULL != connection->daemon->uri_log_callback) | 1255 | if (NULL != connection->daemon->uri_log_callback) |
1256 | connection->client_context | 1256 | connection->client_context |
1257 | = connection->daemon->uri_log_callback (connection->daemon->uri_log_callback_cls, | 1257 | = connection->daemon->uri_log_callback (connection->daemon->uri_log_callback_cls, |
1258 | uri); | 1258 | uri, |
1259 | connection); | ||
1259 | args = strchr (uri, '?'); | 1260 | args = strchr (uri, '?'); |
1260 | if (NULL != args) | 1261 | if (NULL != args) |
1261 | { | 1262 | { |