24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Avoid crash when performing admin action (thanks to Evgeniy Khramtsov)

This commit is contained in:
Badlop 2011-09-09 11:29:46 +02:00
parent 1aa36cb05c
commit 151994c8d5

View File

@ -2559,7 +2559,7 @@ find_changed_items(UJID, UAffiliation, URole,
S when S =/= false -> S when S =/= false ->
try exmpp_jid:parse(S) of try exmpp_jid:parse(S) of
J -> J ->
{value, J} {value, [J]}
catch catch
_:_ -> _:_ ->
ErrText = io_lib:format( ErrText = io_lib:format(