]> git.ipfire.org Git - thirdparty/bind9.git/commit
#if (result) should have been #if (result == ISC_R_SUCCESS) otherwise we
authorMark Andrews <marka@isc.org>
Mon, 6 Aug 2001 01:03:53 +0000 (01:03 +0000)
committerMark Andrews <marka@isc.org>
Mon, 6 Aug 2001 01:03:53 +0000 (01:03 +0000)
commit8173a963d2f8c413e698bf48b8eebdd01f3bb877
treeb25bc5c7f5a5e006ef30e34245c478f75eb99d15
parent276a77c22af98c78403883b16a82646a0d5b29ab
#if (result) should have been #if (result == ISC_R_SUCCESS) otherwise we
would fail to replace the keys if they changed.
Add the IPv4 any control before the IPv6 any control.
bin/named/controlconf.c