Skip to content
Snippets Groups Projects
Commit 0432d4e8 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !1316: nit: daemon/http: remove dead code

parents aafd336a 4b7afb1d
Branches
Tags
2 merge requests!1327Update manager branch with the newest changes from master,!1316nit: daemon/http: remove dead code
Pipeline #101054 passed with stages
in 5 minutes and 13 seconds
......@@ -231,9 +231,6 @@ static int process_uri_path(struct http_ctx *ctx, const char* path, int32_t stre
uint8_t *dest;
uint32_t remaining;
if (!path)
return kr_error(EINVAL);
char *query_mark = strstr(path, "?");
if (!query_mark || strlen(query_mark) == 0) /* no parameters in path */
return kr_error(EINVAL);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment