mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
remove non null check
This commit is contained in:
parent
8ee3233acd
commit
2e98ab2c9d
1 changed files with 1 additions and 2 deletions
|
|
@ -2108,8 +2108,7 @@ pushfile(const char *master_file, dns_name_t *origin, dns_loadctx_t *lctx) {
|
|||
return (ISC_R_SUCCESS);
|
||||
|
||||
cleanup:
|
||||
if (new != NULL)
|
||||
incctx_destroy(lctx->mctx, new);
|
||||
incctx_destroy(lctx->mctx, new);
|
||||
return (result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue