| # | Line 813 | Line 813 | res_readreply(fde_t *fd, void *data) | |
|---|---|---|
| 813 | ||
| 814 | if ((header->rcode != NO_ERRORS) || (header->ancount == 0)) | |
| 815 | { | |
| 816 | < | if (SERVFAIL == header->rcode) |
| 816 | > | if ((SERVFAIL == header->rcode) || (NXDOMAIN == header->rcode)) |
| 817 | { | |
| 818 | /* | |
| 819 | * If a bad error was returned, we stop here and dont send | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |