From a24c233ecb7deff2d9ae600f9cc8b886f75619ca Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 3 Oct 2013 19:52:56 +0200 Subject: [PATCH] Restore missing accessor. refs #4756 --- components/livestatus/statustable.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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(); -- 2.50.1