Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2011-12-21 20:27:24 +0400
committerAlexey Shchepin <alexey@process-one.net>2011-12-21 20:28:04 +0400
commit3839f1055a3378992300dcad19edf8198c96a717 (patch)
tree147606db4caf16cfca0dff2b403b9a5d7e6d3bb3 /src/mod_blocking.erl
parent94350ddb3a37f4aa253f25231b8dfbd38ae8a064 (diff)
Fixed the previous mod_blocking patch
Diffstat (limited to 'src/mod_blocking.erl')
-rw-r--r--src/mod_blocking.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_blocking.erl b/src/mod_blocking.erl
index 00977e631..7f3bd684e 100644
--- a/src/mod_blocking.erl
+++ b/src/mod_blocking.erl
@@ -199,7 +199,7 @@ process_blocklist_block(LUser, LServer, JIDs) ->
Error;
{atomic, {ok, Default, List}} ->
UserList = make_userlist(Default, List),
- broadcast_list_update(LUser, LServer, Default, List),
+ broadcast_list_update(LUser, LServer, Default, UserList),
broadcast_blocklist_event(LUser, LServer, {block, JIDs}),
{result, [], UserList};
_ ->