[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Gerhard Lausser
gerhard.lausser at consol.de
Tue Feb 28 22:22:17 UTC 2012
The following commit has been merged in the debian/master branch:
commit 1bf2051c93c307aa040f4b3164c35b2c486e79fe
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Thu Feb 23 01:47:31 2012 +0100
Fix a bug in commandcall which was introduced with cf505337f3
diff --git a/shinken/commandcall.py b/shinken/commandcall.py
index f459a06..2100103 100644
--- a/shinken/commandcall.py
+++ b/shinken/commandcall.py
@@ -72,7 +72,6 @@ class CommandCall(DummyCommandCall):
self.valid = True
else:
self.valid = False
- self.command = tab[0]
if self.valid:
# If the host/service do not give an override poller_tag, take
# the one of the command
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list