diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1551,6 +1551,9 @@ int html_post_handler(const xs_dict *req, const char *q_path, | |||
| 1551 | char *payload, int p_size, | 1551 | char *payload, int p_size, |
| 1552 | char **body, int *b_size, char **ctype) | 1552 | char **body, int *b_size, char **ctype) |
| 1553 | { | 1553 | { |
| 1554 | (void)p_size; | ||
| 1555 | (void)ctype; | ||
| 1556 | |||
| 1554 | int status = 0; | 1557 | int status = 0; |
| 1555 | snac snac; | 1558 | snac snac; |
| 1556 | char *uid, *p_path; | 1559 | char *uid, *p_path; |