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 54ce7d16..1f43c2ed 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c | |||
| @@ -126,7 +126,7 @@ main (int argc, char **argv) | |||
| 126 | if (verbose) | 126 | if (verbose) |
| 127 | puts(chld_out.line[i]); | 127 | puts(chld_out.line[i]); |
| 128 | 128 | ||
| 129 | if (strcasestr (chld_out.line[i], ".in-addr.arpa")) { | 129 | if (strcasestr (chld_out.line[i], ".in-addr.arpa") || strcasestr (chld_out.line[i], ".ip6.arpa")) { |
| 130 | if ((temp_buffer = strstr (chld_out.line[i], "name = "))) | 130 | if ((temp_buffer = strstr (chld_out.line[i], "name = "))) |
| 131 | addresses[n_addresses++] = strdup (temp_buffer + 7); | 131 | addresses[n_addresses++] = strdup (temp_buffer + 7); |
| 132 | else { | 132 | else { |
