]> granicus.if.org Git - icinga2/commitdiff
Restore missing accessor.
authorMichael Friedrich <Michael.Friedrich@netways.de>
Thu, 3 Oct 2013 17:52:56 +0000 (19:52 +0200)
committerMichael Friedrich <Michael.Friedrich@netways.de>
Thu, 3 Oct 2013 17:52:56 +0000 (19:52 +0200)
refs #4756

components/livestatus/statustable.cpp

index b348db7fd1e4eb1e47181095185ea6333b7f0df4..7f264b5f36236e61dc21adc9806e314c5b8f7e29 100644 (file)
@@ -157,6 +157,11 @@ Value StatusTable::ProgramVersionAccessor(const Value& row)
        return "2.0";
 }
 
+Value StatusTable::LivestatusVersionAccessor(const Value& row)
+{
+       return "2.0";
+}
+
 Value StatusTable::LivestatusActiveConnectionsAccessor(const Value& row)
 {
        return LivestatusListener::GetClientsConnected();