* src/web/ejabberd_http_poll.erl: Bugfix (EJAB-349)

SVN Revision: 909
This commit is contained in:
Mickaël Rémond 2007-09-03 07:43:41 +00:00
parent eff97714cd
commit 710a5f19a0
2 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,10 @@
* src/eldap/eldap.erl: Bugfix (thanks to Evgeniy Khramtsov)
2006-10-06 Alexey Shchepin <alexey@sevcom.net>
* src/web/ejabberd_http_poll.erl: Bugfix
2006-09-27 Mickael Remond <mickael.remond@process-one.net>
* doc/release_notes_1.1.2.txt: Minor fixes.

View File

@ -208,7 +208,7 @@ handle_sync_event(activate, From, StateName, StateData) ->
Receiver ! {tcp, {http_poll, self()}, list_to_binary(Input)},
{reply, ok, StateName, StateData#state{input = "",
waiting_input = false,
last_receiver = From
last_receiver = Receiver
}}
end;