From feded4b0b7ac08d7cb3058b58fbdb133722d92b1 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 16 Jun 2009 17:47:17 +0000 Subject: [PATCH] Fix warning of unused Host variable SVN Revision: 2246 --- src/web/mod_http_bind.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/mod_http_bind.erl b/src/web/mod_http_bind.erl index 20870ac42..0e238f1f7 100644 --- a/src/web/mod_http_bind.erl +++ b/src/web/mod_http_bind.erl @@ -3,7 +3,7 @@ %%% Author : Stefan Strigler %%% Purpose : Implementation of XMPP over BOSH (XEP-0206) %%% Created : Tue Feb 20 13:15:52 CET 2007 -%%% Id : $Id: mod_http_bind.erl 674 2008-07-03 15:58:15Z cromain $ +%%% Id : $Id: mod_http_bind.erl 856 2009-01-13 17:11:02Z badlop $ %%%---------------------------------------------------------------------- %%%---------------------------------------------------------------------- @@ -68,7 +68,7 @@ process(_Path, _Request) -> %%%---------------------------------------------------------------------- %%% BEHAVIOUR CALLBACKS %%%---------------------------------------------------------------------- -start(Host, _Opts) -> +start(_Host, _Opts) -> HTTPBindSupervisor = {ejabberd_http_bind_sup, {ejabberd_tmp_sup, start_link,