From: Michael Friedrich Date: Thu, 3 Oct 2013 17:52:56 +0000 (+0200) Subject: Restore missing accessor. X-Git-Tag: v0.0.3~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a24c233ecb7deff2d9ae600f9cc8b886f75619ca;p=icinga2 Restore missing accessor. refs #4756 --- diff --git a/components/livestatus/statustable.cpp b/components/livestatus/statustable.cpp index b348db7fd..7f264b5f3 100644 --- a/components/livestatus/statustable.cpp +++ b/components/livestatus/statustable.cpp @@ -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();