Changeset

5629:2427c81da16c

Merge 0.9->trunk
author Kim Alvefur <zash@zash.se>
date Sun, 26 May 2013 16:02:01 +0200
parents 5627:0439d1349dc1 (current diff) 5628:ba5c2f6b799e (diff)
children 5631:78bc91f0d74b
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/pubsub.lua	Fri May 17 18:35:50 2013 +0200
+++ b/util/pubsub.lua	Sun May 26 16:02:01 2013 +0200
@@ -350,7 +350,7 @@
 			if node then -- Return only subscriptions to this node
 				if subscribed_nodes[node] then
 					ret[#ret+1] = {
-						node = subscribed_nodes[node];
+						node = node;
 						jid = jid;
 						subscription = node_obj.subscribers[jid];
 					};