errors: variables ?uid? and ?cache? set but not used
JINMEI Tatuya / 神明達哉
jinmei at isc.org
Tue Oct 4 21:57:45 UTC 2011
At Tue, 4 Oct 2011 16:01:30 -0500 (CDT),
"Jeremy C. Reed" <jreed at isc.org> wrote:
>
> Sorry for our delay. We opened a ticket based on your previous feedback:
>
> http://bind10.isc.org/ticket/1152
>
> We have the fix for it in a branch that hopefully will get pushed to the
> git master tomorrow.
Alternatively, if you are only interested in DNS (not DHCP), a quick
workaround would be to exclude the DHCP part from the build tree (see
the trivial patch pasted below). As far as I know the only code in
the source tree that has this problem is the one in src/bin/dhcp6.
> Thank you for testing the BIND 10 from git.
Indeed, and thanks for your patience:-)
---
JINMEI, Tatuya
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index 06d8df2..23d660c 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -1,4 +1,4 @@
SUBDIRS = bind10 bindctl cfgmgr loadzone msgq host cmdctl auth xfrin xfrout \
- usermgr zonemgr stats tests resolver sockcreator dhcp6
+ usermgr zonemgr stats tests resolver sockcreator
check-recursive: all-recursive
More information about the bind10-users
mailing list