mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
livestatus: Fix OneAccessor.
This commit is contained in:
parent
732f07a83f
commit
157d06bc34
1 changed files with 1 additions and 1 deletions
|
|
@ -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&)
|
||||
|
|
|
|||
Loading…
Reference in a new issue