Fix compiler warning introduced by #5811

This commit is contained in:
Gunnar Beutner 2017-12-12 11:54:47 +01:00
parent 75def4b074
commit 3ce68b49c7

View File

@ -204,4 +204,6 @@ bool ApiSetupUtility::SetupMasterUpdateConstants(const String& cn)
{
NodeUtility::UpdateConstant("NodeName", cn);
NodeUtility::UpdateConstant("ZoneName", cn);
return true;
}