mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 14:59:59 -04:00
control_respond fails to detach from cmdhandle on error
This commit is contained in:
parent
459ded8b5a
commit
d988383b4a
1 changed files with 2 additions and 0 deletions
|
|
@ -371,8 +371,10 @@ control_respond(isc_nmhandle_t *handle, isc_result_t result, void *arg) {
|
|||
}
|
||||
|
||||
return;
|
||||
|
||||
cleanup:
|
||||
conn_cleanup(conn);
|
||||
isc_nmhandle_detach(&conn->cmdhandle);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue