From: Mark Andrews Date: Mon, 26 Nov 2007 01:51:32 +0000 (+0000) Subject: 2262. [bug] Error status from all but the last view could be X-Git-Tag: v9.5.0~307 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b3128b8b85e33342eeb2eae556e5016047e28a88;p=thirdparty%2Fbind9.git 2262. [bug] Error status from all but the last view could be lost. [RT #17292] --- diff --git a/lib/bind9/check.c b/lib/bind9/check.c index 0ef51ba40ae..31a787b5ece 100644 --- a/lib/bind9/check.c +++ b/lib/bind9/check.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: check.c,v 1.83 2007/09/13 04:45:18 each Exp $ */ +/* $Id: check.c,v 1.84 2007/11/26 01:51:32 marka Exp $ */ /*! \file */ @@ -2083,7 +2083,7 @@ bind9_check_namedconf(const cfg_obj_t *config, isc_log_t *logctx, "previous definition: %s:%u", key, file, line); result = tresult; - } else if (result != ISC_R_SUCCESS) { + } else if (tresult != ISC_R_SUCCESS) { result = tresult; } else if ((strcasecmp(key, "_bind") == 0 && vclass == dns_rdataclass_ch) ||