mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
livestatus: Fix OneAccessor.
This commit is contained in:
parent
732f07a83f
commit
157d06bc34
@ -128,7 +128,7 @@ Value Table::ZeroAccessor(const Object::Ptr&)
|
|||||||
|
|
||||||
Value Table::OneAccessor(const Object::Ptr&)
|
Value Table::OneAccessor(const Object::Ptr&)
|
||||||
{
|
{
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
Value Table::EmptyStringAccessor(const Object::Ptr&)
|
Value Table::EmptyStringAccessor(const Object::Ptr&)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user