This commit is contained in:
Joris Vink 2017-02-01 21:20:43 +01:00
parent 261fb3c3fa
commit 0250c8ecba
1 changed files with 1 additions and 1 deletions

View File

@ -1320,7 +1320,7 @@ multipart_file_add(struct http_request *req, struct kore_buf *in,
struct http_file *f;
size_t position, len;
position= req->http_body_offset - in->offset;
position = req->http_body_offset - in->offset;
if (!multipart_find_data(in, NULL, &len, req, boundary, blen))
return;