]> granicus.if.org Git - icinga2/commitdiff
Fix compiler warning.
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 1 Oct 2013 08:24:29 +0000 (10:24 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 1 Oct 2013 08:24:29 +0000 (10:24 +0200)
lib/icinga/compatutility.cpp

index 3caf923e69e0068f4b01ba6769ab9db2b93a74f2..b837af92300f43814e51cf500b9d79867b051372 100644 (file)
@@ -906,5 +906,7 @@ int CompatUtility::MapExternalCommandType(const String& name)
                return 176;
        if (name == "CUSTOM_COMMAND")
                return 999;
+
+       return 0;
 }