ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/res.c
(Generate patch)

Comparing ircd-hybrid-7.2/src/irc_res.c (file contents):
Revision 411 by adx, Wed Feb 8 14:42:01 2006 UTC vs.
Revision 447 by db, Sun Feb 12 02:59:16 2006 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)