mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:32:06 -04:00
Merge branch 'aram-fix-dns_request_createraw-cleanup-bug' into 'main'
Fix a function cleanup bug in dns_request_createraw() Closes #3195 See merge request isc-projects/bind9!5937
This commit is contained in:
commit
18efcdc65f
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ again:
|
|||
result = get_dispatch(tcp, newtcp, requestmgr, srcaddr, destaddr, dscp,
|
||||
&connected, &request->dispatch);
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
goto cleanup;
|
||||
goto detach;
|
||||
}
|
||||
|
||||
if ((options & DNS_REQUESTOPT_FIXEDID) != 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue