Module: check_mk
Branch: master
Commit: 6fe13da6a9207f0713857a277e9c0b13a405422b
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=6fe13da6a9207f…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Wed Sep 7 15:56:42 2016 +0200
windows agent: fixed another issue while parsing the config
---
agents/windows/Configurable.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/agents/windows/Configurable.h b/agents/windows/Configurable.h
index 0e84337..9ad9ac9 100644
--- a/agents/windows/Configurable.h
+++ b/agents/windows/Configurable.h
@@ -82,7 +82,6 @@ public:
virtual void startBlock() { _block_mode.startBlock(_values); }
virtual void feed(const std::string &, const std::string &value) override {
- startBlock();
this->add(from_string<DataT>(value));
}