mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
type mismatch
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: confctx.c,v 1.89 2000/09/13 22:47:05 gson Exp $ */
|
/* $Id: confctx.c,v 1.90 2000/09/15 23:02:07 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -478,7 +478,7 @@ dns_c_checkconfig(dns_c_ctx_t *cfg)
|
|||||||
"implemented");
|
"implemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dns_c_ctx_getmaintainixfrbase(cfg, &uintval) != ISC_R_NOTFOUND) {
|
if (dns_c_ctx_getmaintainixfrbase(cfg, &bval) != ISC_R_NOTFOUND) {
|
||||||
isc_log_write(dns_lctx, DNS_LOGCATEGORY_CONFIG,
|
isc_log_write(dns_lctx, DNS_LOGCATEGORY_CONFIG,
|
||||||
DNS_LOGMODULE_CONFIG, ISC_LOG_WARNING,
|
DNS_LOGMODULE_CONFIG, ISC_LOG_WARNING,
|
||||||
"option 'maintain-ixfr-base' is obsolete");
|
"option 'maintain-ixfr-base' is obsolete");
|
||||||
|
Reference in New Issue
Block a user