25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Fix warning about a case already covered.

SVN Revision: 2161
This commit is contained in:
Badlop 2009-06-15 17:27:11 +00:00
parent b4a1b4c8fb
commit 2f6cea2be3

View File

@ -196,9 +196,7 @@ process_reply(El) ->
_ -> _ ->
{error, malformed} {error, malformed}
end end
end; end.
process_reply(_) ->
{error, malformed}.
process(_Handlers, #request{method='GET', lang=Lang, path=[_, Id]}) -> process(_Handlers, #request{method='GET', lang=Lang, path=[_, Id]}) ->