mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue