Code

return of process_arguments() is TRUE not OK !
[nagiosplug.git] / plugins / check_mrtgtraf.c
index b9c277b36684d6432513e66cf73b5fbbcdf88737..5bbce5007e7796e04287baa882f40bdf41246a03 100644 (file)
@@ -62,7 +62,7 @@ main (int argc, char **argv)
        char incoming_speed_rating[8];
        char outgoing_speed_rating[8];
 
-       if (process_arguments (argc, argv) != OK)
+       if (process_arguments (argc, argv) != TRUE)
                usage (_("check_ldap: could not parse arguments\n"));
 
        /* open the MRTG log file for reading */