diff options
| author | Christian Grothoff <christian@grothoff.org> | 2018-03-25 20:51:40 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2018-03-25 20:51:40 +0200 |
| commit | 65a322cfe842d6028a0b27bc114b34ea178903eb (patch) | |
| tree | c834eb97fc17b45b87328ef837ed3b96ddf82e53 | |
| parent | 223e88c4164583cdcac06a8b51554dfdf6f3c137 (diff) | |
mark bug, too tired to fix right now
| -rw-r--r-- | src/lib/connection_call_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connection_call_handlers.c b/src/lib/connection_call_handlers.c index 2e093495..ab909da8 100644 --- a/src/lib/connection_call_handlers.c +++ b/src/lib/connection_call_handlers.c @@ -1771,7 +1771,7 @@ parse_initial_message_line (struct MHD_Request *request, uri = NULL; request->version_s = ""; args = NULL; - url_end = line_len - (line - uri); + url_end = line_len - (line - uri); // EH, this is garbage. FIXME! } else { |
