mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
Remove now redundant check for state != NULL
(cherry picked from commit ee135d8946)
This commit is contained in:
parent
a452798af4
commit
328e7474d2
1 changed files with 1 additions and 1 deletions
|
|
@ -2183,7 +2183,7 @@ failure:
|
|||
dst_key_free(&state->zone_keys[i]);
|
||||
}
|
||||
|
||||
if (state != &mystate && state != NULL) {
|
||||
if (state != &mystate) {
|
||||
*statep = NULL;
|
||||
state->magic = 0;
|
||||
isc_mem_put(diff->mctx, state, sizeof(*state));
|
||||
|
|
|
|||
Loading…
Reference in a new issue