aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-06-16 17:46:29 +0000
committerBadlop <badlop@process-one.net>2009-06-16 17:46:29 +0000
commite14c3f4699f85b5daf8739ecaa83c9c6eac2c468 (patch)
tree68a94f46819e866a6852634806c927b67a8ad14a
parentBugfixes (thanks to Alexey Shchepin) (diff)
Removed small warning
SVN Revision: 2235
-rw-r--r--src/web/ejabberd_http_bind.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl
index d2806da51..93c82ae6a 100644
--- a/src/web/ejabberd_http_bind.erl
+++ b/src/web/ejabberd_http_bind.erl
@@ -4,7 +4,7 @@
%%% Purpose : Implements XMPP over BOSH (XEP-0205) (formerly known as
%%% HTTP Binding)
%%% Created : 21 Sep 2005 by Stefan Strigler <steve@zeank.in-berlin.de>
-%%% Id : $Id: ejabberd_http_bind.erl 453 2007-12-20 14:35:04Z alexey $
+%%% Id : $Id: ejabberd_http_bind.erl 457 2007-12-21 19:55:21Z badlop $
%%%----------------------------------------------------------------------
-module(ejabberd_http_bind).
@@ -756,7 +756,7 @@ handle_http_put_error(Reason, #http_bind{pid=FsmRef}) ->
prepare_response(#http_bind{id=Sid, wait=Wait, hold=Hold}=Sess,
- Rid, Attrs, StreamStart) ->
+ Rid, _, StreamStart) ->
receive after 100 -> ok end,
case catch http_get(Sess, Rid) of
{ok, cancel} ->