mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:49:59 -04:00
complete the NULL pointer fixes
This commit is contained in:
parent
96d49a84ff
commit
5ba7394a4f
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ destroy(dns_dtenv_t *env) {
|
|||
void
|
||||
dns_dt_detach(dns_dtenv_t **envp) {
|
||||
unsigned int refs;
|
||||
dns_dtenv_t *env = *envp;
|
||||
dns_dtenv_t *env;
|
||||
|
||||
REQUIRE(envp != NULL && VALID_DTENV(*envp));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue