mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Correct the DbC check order in isc__nm_async_tcpchildstop()
This commit is contained in:
@@ -567,8 +567,8 @@ isc__nm_async_tcpchildstop(isc__networker_t *worker, isc__netievent_t *ev0) {
|
||||
|
||||
UNUSED(worker);
|
||||
|
||||
REQUIRE(isc_nm_tid() == sock->tid);
|
||||
REQUIRE(VALID_NMSOCK(sock));
|
||||
REQUIRE(isc_nm_tid() == sock->tid);
|
||||
REQUIRE(sock->type == isc_nm_tcpchildlistener);
|
||||
REQUIRE(sock->parent != NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user