Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
05331ce1
Commit
05331ce1
authored
May 27, 2005
by
Mark Andrews
Browse files
1863. [bug] rrset-order fixed error messages not complete.
parent
e123ebc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
05331ce1
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.
...
...
lib/bind9/check.c
View file @
05331ce1
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: check.c,v 1.5
8
2005/05/
19 04:59:02
marka Exp $ */
/* $Id: check.c,v 1.5
9
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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment