Problem:bind 8.2.2-P3 won't serve stub zones.

Charlie Root root at ns1.help-desk.co.uk
Thu Nov 11 13:07:19 UTC 1999


Problem:bind 8.2.2-P3 won't serve stub zones.

1) (not master/slave)
ns_req.c:           "unapproved %s from %s for \"%s\" (not master/slave)",

I've added a second condition to ask if it's a stub zone inside the original
master/slave condition, and now it works.

root at ns1.help-desk.co.uk:/usr/src/BIND/src/bin/named$ diff ns_req.c-real ns_req.
c
917c917
<               /* Are we master or slave? */
---
>               /* Are we master or slave or a stub zone? */
919a920
>                       if (zp->z_type != z_stub) {
924a926
>                   }


Regards
patmac



More information about the bind-users mailing list