1863. [bug] rrset-order fixed error messages not complete.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
||||
1863. [bug] rrset-order "fixed" error messages not complete.
|
||||
|
||||
1862. [func] Add additional zone data constancy checks.
|
||||
named-checkzone has extended checking of NS, MX and
|
||||
SRV record and the hosts they reference.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: check.c,v 1.58 2005/05/19 04:59:02 marka Exp $ */
|
||||
/* $Id: check.c,v 1.59 2005/05/27 00:49:19 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -123,7 +123,7 @@ check_orderent(cfg_obj_t *ent, isc_log_t *logctx) {
|
||||
result = ISC_R_FAILURE;
|
||||
} else if (strcasecmp(cfg_obj_asstring(obj), "fixed") == 0) {
|
||||
cfg_obj_log(obj, logctx, ISC_LOG_WARNING,
|
||||
"rrset-order: order 'fixed' not implemented");
|
||||
"rrset-order: order 'fixed' not fully implemented");
|
||||
} else if (/* strcasecmp(cfg_obj_asstring(obj), "fixed") != 0 && */
|
||||
strcasecmp(cfg_obj_asstring(obj), "random") != 0 &&
|
||||
strcasecmp(cfg_obj_asstring(obj), "cyclic") != 0) {
|
||||
|
||||
Reference in New Issue
Block a user