[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Gerhard Lausser
gerhard.lausser at consol.de
Tue Feb 28 22:18:55 UTC 2012
The following commit has been merged in the debian/master branch:
commit 43174565a2b93b8728557622a45c59a6808b0799
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Sun Feb 5 21:42:20 2012 +0100
Fix a bux in the livestatus broker (use_query_cache flag)
diff --git a/shinken/modules/livestatus_broker/livestatus_broker.py b/shinken/modules/livestatus_broker/livestatus_broker.py
index e84011d..cb3aace 100644
--- a/shinken/modules/livestatus_broker/livestatus_broker.py
+++ b/shinken/modules/livestatus_broker/livestatus_broker.py
@@ -155,7 +155,7 @@ class LiveStatus_broker(BaseModule, Daemon):
self.datamgr = datamgr
datamgr.load(self.rg)
self.query_cache = LiveStatusQueryCache()
- if not use_query_cache:
+ if not self.use_query_cache:
self.query_cache.disable()
self.rg.register_cache(self.query_cache)
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list