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:
parent
b4a1b4c8fb
commit
2f6cea2be3
@ -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]}) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user