mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
[httpd] Increase max depth of path_paths (fixes #599)
This commit is contained in:
@@ -35,7 +35,7 @@ struct httpd_uri_parsed
|
|||||||
struct evkeyvalq ev_query;
|
struct evkeyvalq ev_query;
|
||||||
char *uri_decoded;
|
char *uri_decoded;
|
||||||
char *path;
|
char *path;
|
||||||
char *path_parts[7];
|
char *path_parts[31];
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user