mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 06:19:59 -04:00
fix: nil: Fix Coverity issue 640332/640331
Merge branch 'matthijs-cid-640332' into 'main' See merge request isc-projects/bind9!11414
This commit is contained in:
commit
6cbc0fae44
1 changed files with 0 additions and 1 deletions
|
|
@ -1297,7 +1297,6 @@ named_zone_configure(const cfg_obj_t *config, const cfg_obj_t *vconfig,
|
|||
} else {
|
||||
notifytype = dns_notifytype_no;
|
||||
}
|
||||
notifytype = cfg_obj_asboolean(obj);
|
||||
} else {
|
||||
const char *str = cfg_obj_asstring(obj);
|
||||
if (strcasecmp(str, "explicit") == 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue