mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:00:00 -04:00
Merge branch 'aram-fix-dns_request_createraw-cleanup-bug-v9_18' into 'v9_18'
[v9_18] Fix a function cleanup bug in dns_request_createraw() See merge request isc-projects/bind9!5939
This commit is contained in:
commit
fea6d595e2
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