mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-15 07:02:40 -04:00
remove unnecessary break
This commit is contained in:
parent
25a3fe479f
commit
be54c486fa
1 changed files with 0 additions and 1 deletions
|
|
@ -2630,7 +2630,6 @@ dns_c_zone_getmaxtransidleout(dns_c_zone_t *zone,
|
|||
"Stub zones do not have a "
|
||||
"max_trans_idle_out field");
|
||||
return (ISC_R_FAILURE);
|
||||
break;
|
||||
|
||||
case dns_c_zone_hint:
|
||||
isc_log_write(dns_lctx, DNS_LOGCATEGORY_CONFIG,
|
||||
|
|
|
|||
Loading…
Reference in a new issue