2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

undo part of bind8-823-v6-20010204a.diff

This commit is contained in:
Mark Andrews
2001-05-07 06:07:44 +00:00
parent 94ebc518d0
commit 25ea25c811

View File

@@ -16,7 +16,7 @@
*/ */
#ifndef lint #ifndef lint
static const char rcsid[] = "$Id: ns_name.c,v 1.2 2001/04/02 09:40:56 marka Exp $"; static const char rcsid[] = "$Id: ns_name.c,v 1.3 2001/05/07 06:07:44 marka Exp $";
#endif #endif
#include "port_before.h" #include "port_before.h"
@@ -767,10 +767,10 @@ dn_find(const u_char *domain, const u_char *msg,
return (-1); return (-1);
} }
} }
}
next: ; next: ;
sp += *sp + 1; sp += *sp + 1;
} }
}
errno = ENOENT; errno = ENOENT;
return (-1); return (-1);
} }