From 6920289f48b17998acff1b937a65d3a5bfbfbe92 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 11 Jun 2007 21:48:48 +0000 Subject: server_plugin: correct "re-using InspectHandles" minor optimization so it works right --- diff --git a/src/server_plugin.py b/src/server_plugin.py index a21cd42..0b4cdd2 100644 --- a/src/server_plugin.py +++ b/src/server_plugin.py @@ -620,7 +620,7 @@ class ServerPlugin(gobject.GObject): if identifiers is None: identifiers = self._conn[CONN_INTERFACE].InspectHandles( - HANDLE_TYPE_CONTACT, identifiers) + HANDLE_TYPE_CONTACT, owners) ret = {} for handle, jid in izip(handles, identifiers): -- cgit v0.9.1