diff options
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r-- | plugins/check_snmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index 18b7f2f..6fae3d1 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -156,7 +156,7 @@ main (int argc, char **argv) | |||
156 | output_delim = strdup (DEFAULT_OUTPUT_DELIMITER); | 156 | output_delim = strdup (DEFAULT_OUTPUT_DELIMITER); |
157 | miblist = strdup (DEFAULT_MIBLIST); | 157 | miblist = strdup (DEFAULT_MIBLIST); |
158 | 158 | ||
159 | if (process_arguments (argc, argv) != TRUE) | 159 | if (process_arguments (argc, argv) == ERROR) |
160 | usage4 (_("Could not parse arguments")); | 160 | usage4 (_("Could not parse arguments")); |
161 | 161 | ||
162 | /* create the command line to execute */ | 162 | /* create the command line to execute */ |