Code

return of process_arguments() is TRUE not OK !
[nagiosplug.git] / plugins / negate.c
index 93ef46b2ffdcda6bbca606a0286cb95518fa5c0d..02838a67f5a2cf6602ee2e7d909c03b360c8ef5a 100644 (file)
@@ -83,7 +83,7 @@ main (int argc, char **argv)
        bindtextdomain (PACKAGE, LOCALEDIR);
        textdomain (PACKAGE);
 
-       if (process_arguments (argc, argv) != OK)
+       if (process_arguments (argc, argv) != TRUE)
                usage (_("negate: could not parse arguments\n"));
 
        /* Set signal handling and alarm */