mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 00:32:12 -04:00
Fix compiler warning introduced by #5811
This commit is contained in:
parent
75def4b074
commit
3ce68b49c7
1 changed files with 2 additions and 0 deletions
|
|
@ -204,4 +204,6 @@ bool ApiSetupUtility::SetupMasterUpdateConstants(const String& cn)
|
|||
{
|
||||
NodeUtility::UpdateConstant("NodeName", cn);
|
||||
NodeUtility::UpdateConstant("ZoneName", cn);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue