Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-07-05 15:10:10 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-07-05 15:10:10 (GMT)
commit154a6a4144e44353b28c5cdfd868ecbabca99557 (patch)
tree0abfe505787f911fc1a495b6a70228288920080f
parent2c3e0b29c445122dec8cd781e4e9d8195a79e657 (diff)
ServerPlugin: fix unbound local in _connected_cb()
-rw-r--r--src/server_plugin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server_plugin.py b/src/server_plugin.py
index c589877..ab00be7 100644
--- a/src/server_plugin.py
+++ b/src/server_plugin.py
@@ -240,7 +240,8 @@ class ServerPlugin(TelepathyPlugin):
if local_pending:
# accept pending subscriptions
# FIXME: do this async
- publish[CHANNEL_INTERFACE_GROUP].AddMembers(local_pending, '')
+ self._publish_channel[CHANNEL_INTERFACE_GROUP].AddMembers(
+ local_pending, '')
# request subscriptions from people subscribed to us if we're not
# subscribed to them