24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Remove useless case clause

This commit is contained in:
Evgeniy Khramtsov 2011-09-05 17:12:45 +10:00
parent 3b95108a3a
commit 826fab9999

View File

@ -1403,9 +1403,7 @@ set_form(_From, Host, ["running nodes", ENode, "modules", "start"], _Lang, XData
end;
_ ->
{error, ?ERR_BAD_REQUEST}
end;
_ ->
{error, ?ERR_BAD_REQUEST}
end
end
end;