diff --git a/src/mod_http_upload.erl b/src/mod_http_upload.erl index 6d19f873f..661163703 100644 --- a/src/mod_http_upload.erl +++ b/src/mod_http_upload.erl @@ -412,7 +412,7 @@ process([_UserDir, _RandDir, _FileName] = Slot, [Path, ?ADDR_TO_STR(IP), Host, ?FORMAT(Error)]), http_response(Host, 500) end; - {ok, Size, Path} -> + {ok, Size, Path, _FileMode, _DirMode, _GetPrefix, _Thumbnail} -> ?INFO_MSG("Rejecting file ~s from ~s for ~s: Size is ~B, not ~B", [Path, ?ADDR_TO_STR(IP), Host, byte_size(Data), Size]), http_response(Host, 413);