From 157d06bc343206322bec38a9a15ee79455ecd3fa Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 3 Oct 2013 03:48:12 +0200 Subject: [PATCH] livestatus: Fix OneAccessor. --- components/livestatus/table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/livestatus/table.cpp b/components/livestatus/table.cpp index 894b6d4d4..1ba470295 100644 --- a/components/livestatus/table.cpp +++ b/components/livestatus/table.cpp @@ -128,7 +128,7 @@ Value Table::ZeroAccessor(const Object::Ptr&) Value Table::OneAccessor(const Object::Ptr&) { - return 0; + return 1; } Value Table::EmptyStringAccessor(const Object::Ptr&) -- 2.40.0