25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01: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, BareJID,
IQ_Rec, IQ_Rec,
Address), 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) -> unauthenticated_iq_register(Acc, _Server, _IQ, _IP) ->
Acc. Acc.