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

Fix compilation bug in BOSH

This commit is contained in:
Badlop 2011-01-17 17:31:28 +01:00
parent 9bb4f124ad
commit bec67378aa

View File

@ -1367,7 +1367,7 @@ check_bind_module(XmppDomain) ->
" to the correct host, or add your desired host to"
" the configuration, or check your 'modules'"
" section in your ejabberd configuration file.",
[XmppDomain])
[XmppDomain]),
false
end.