mirror of https://github.com/Icinga/icinga2.git
Fix compiler warning.
This commit is contained in:
parent
7131d56375
commit
c07857dea8
|
@ -906,5 +906,7 @@ int CompatUtility::MapExternalCommandType(const String& name)
|
|||
return 176;
|
||||
if (name == "CUSTOM_COMMAND")
|
||||
return 999;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue