diff options
Diffstat (limited to 'plugins/check_mrtgtraf.c')
-rw-r--r-- | plugins/check_mrtgtraf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mrtgtraf.c b/plugins/check_mrtgtraf.c index 0f7afbc..096b3bd 100644 --- a/plugins/check_mrtgtraf.c +++ b/plugins/check_mrtgtraf.c | |||
@@ -62,7 +62,7 @@ main (int argc, char **argv) | |||
62 | char incoming_speed_rating[8]; | 62 | char incoming_speed_rating[8]; |
63 | char outgoing_speed_rating[8]; | 63 | char outgoing_speed_rating[8]; |
64 | 64 | ||
65 | if (process_arguments (argc, argv) != TRUE) | 65 | if (process_arguments (argc, argv) == ERROR) |
66 | usage4 (_("Could not parse arguments")); | 66 | usage4 (_("Could not parse arguments")); |
67 | 67 | ||
68 | /* open the MRTG log file for reading */ | 68 | /* open the MRTG log file for reading */ |