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

Fix build of blank JID

This commit is contained in:
Badlop 2010-06-18 16:45:31 +02:00
parent b605295f9d
commit a51df8db6e

View File

@ -82,7 +82,7 @@ unauthenticated_iq_register(_Acc,
BareJID,
IQ_Rec,
Address),
exmpp_iq:iq_to_xmlel(ResIQ, BareJID, undefined);
exmpp_iq:iq_to_xmlel(ResIQ, BareJID, exmpp_jid:make());
unauthenticated_iq_register(Acc, _Server, _IQ, _IP) ->
Acc.