mod_http_upload: Use DEFAULT_CONTENT_TYPE macro

This commit is contained in:
Holger Weiss 2015-08-31 20:08:55 +02:00
parent d45ec798ee
commit 10092e3bd5
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ expand_host(Subject, Host) ->
-spec yield_content_type(binary()) -> binary().
yield_content_type(<<"">>) -> <<"application/octet-stream">>;
yield_content_type(<<"">>) -> ?DEFAULT_CONTENT_TYPE;
yield_content_type(Type) -> Type.
-spec iq_disco_info(binary(), binary()) -> [xmlel()].