summaryrefslogtreecommitdiffstats
path: root/plugins/check_dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_dns.c')
-rw-r--r--plugins/check_dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c
index 2a8f459..55165fc 100644
--- a/plugins/check_dns.c
+++ b/plugins/check_dns.c
@@ -71,7 +71,7 @@ main (int argc, char **argv)
71 usage4 (_("Cannot catch SIGALRM")); 71 usage4 (_("Cannot catch SIGALRM"));
72 } 72 }
73 73
74 if (process_arguments (argc, argv) != TRUE) { 74 if (process_arguments (argc, argv) == ERROR) {
75 usage4 (_("Could not parse arguments")); 75 usage4 (_("Could not parse arguments"));
76 } 76 }
77 77