#if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "$Id: res_findzonecut.c,v 1.7 2000/07/06 06:22:36 mellon Exp $";
+static const char rcsid[] = "$Id: res_findzonecut.c,v 1.8 2000/07/06 10:10:12 mellon Exp $";
#endif /* not lint */
/*
ISC_LIST_INIT(nsrrs);
DPRINTF (("look for a predefined zone statement"));
- if (find_cached_zone (dname, class, zname, zsize, addrs, naddrs,
- &n, zcookie) == ns_r_noerror)
+ rcode = find_cached_zone (dname, class, zname, zsize, addrs, naddrs,
+ &n, zcookie);
+ if (rcode == ns_r_noerror)
goto done;
DPRINTF(("get the soa, and see if it has enough glue"));