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
e7340552
Commit
e7340552
authored
Dec 16, 1999
by
Mark Andrews
Browse files
missed a master xfer out change
parent
f6a9dd2c
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/dns/config/confzone.c
View file @
e7340552
...
@@ -2486,11 +2486,14 @@ dns_c_zone_getmaxtranstimeout(dns_c_zone_t *zone,
...
@@ -2486,11 +2486,14 @@ dns_c_zone_getmaxtranstimeout(dns_c_zone_t *zone,
switch
(
zone
->
ztype
)
{
switch
(
zone
->
ztype
)
{
case
dns_c_zone_master
:
case
dns_c_zone_master
:
isc_log_write
(
dns_lctx
,
DNS_LOGCATEGORY_CONFIG
,
if
(
DNS_C_CHECKBIT
(
SZ_MAX_TRANS_TIME_OUT_BIT
,
DNS_LOGMODULE_CONFIG
,
ISC_LOG_CRITICAL
,
&
zone
->
u
.
mzone
.
setflags
))
{
"Master zones do not have a "
*
retval
=
zone
->
u
.
mzone
.
max_trans_time_out
;
"max_trans_time_out field"
);
res
=
ISC_R_SUCCESS
;
return
(
ISC_R_FAILURE
);
}
else
{
res
=
ISC_R_NOTFOUND
;
}
break
;
case
dns_c_zone_slave
:
case
dns_c_zone_slave
:
if
(
DNS_C_CHECKBIT
(
SZ_MAX_TRANS_TIME_OUT_BIT
,
if
(
DNS_C_CHECKBIT
(
SZ_MAX_TRANS_TIME_OUT_BIT
,
...
...
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