diff options
| -rw-r--r-- | plugins/check_dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c index df8359ca..b110f020 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c | |||
| @@ -139,7 +139,7 @@ main (int argc, char **argv) | |||
| 139 | address = strdup (temp_buffer); | 139 | address = strdup (temp_buffer); |
| 140 | strip (address); | 140 | strip (address); |
| 141 | if (address==NULL || strlen(address)==0) | 141 | if (address==NULL || strlen(address)==0) |
| 142 | terminate (STATE_CRITICAL, "DNS CRITICAL - '%s' returned empty host name string", %s); | 142 | terminate (STATE_CRITICAL, "DNS CRITICAL - '%s' returned empty host name string", NSLOOKUP_COMMAND); |
| 143 | result = STATE_OK; | 143 | result = STATE_OK; |
| 144 | } | 144 | } |
| 145 | else { | 145 | else { |
