mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user