From bec67378aaa5146fefc73e080e394a655afc0d35 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 17 Jan 2011 17:31:28 +0100 Subject: [PATCH] Fix compilation bug in BOSH --- src/web/ejabberd_http_bind.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl index dcb808bda..3205e7713 100644 --- a/src/web/ejabberd_http_bind.erl +++ b/src/web/ejabberd_http_bind.erl @@ -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.