[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:17:46 UTC 2011


The following commit has been merged in the debian branch:
commit 008f59004353c5833d5cae8936131b2632da726d
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sat Aug 8 02:27:02 2009 +0200

    opimd: Query manager: fix variable name

diff --git a/framework/subsystems/opimd/query_manager.py b/framework/subsystems/opimd/query_manager.py
index 8a4ec18..1ce9f96 100644
--- a/framework/subsystems/opimd/query_manager.py
+++ b/framework/subsystems/opimd/query_manager.py
@@ -251,7 +251,7 @@ class SingleQueryHandler(object):
         @todo Currently this messes up the order of the result set if a specific order was desired"""
 
         matcher = QueryMatcher(self.query)
-        if matcher.single_entry_matches(self._calls[call_id]):
+        if matcher.single_entry_matches(self._entries[entry_id]):
             self.entries = matcher.match(self._entries)
 
             # TODO Register with the new entry to receive changes

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list