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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c
index 9ab001f..d64431a 100644
--- a/plugins/check_dns.c
+++ b/plugins/check_dns.c
@@ -72,9 +72,8 @@ main (int argc, char **argv)
72 return STATE_UNKNOWN; 72 return STATE_UNKNOWN;
73 } 73 }
74 74
75 if (process_arguments (argc, argv) != OK) { 75 if (process_arguments (argc, argv) != TRUE) {
76 usage (_("check_dns: could not parse arguments\n")); 76 usage (_("check_dns: could not parse arguments\n"));
77 return STATE_UNKNOWN;
78 } 77 }
79 78
80 /* get the command to run */ 79 /* get the command to run */