Code

reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry
[nagiosplug.git] / plugins / check_mrtg.c
index cf3cc851e206da4f28b638bf4584fdda94c43bc4..f895321f742aa67af8612df9fe909caceebbc8f1 100644 (file)
@@ -59,7 +59,7 @@ main (int argc, char **argv)
        bindtextdomain (PACKAGE, LOCALEDIR);
        textdomain (PACKAGE);
 
-       if (process_arguments (argc, argv) != TRUE)
+       if (process_arguments (argc, argv) == ERROR)
                usage4 (_("Could not parse arguments\n"));
 
        /* open the MRTG log file for reading */