fixup! assorted small netmgr-related changes

This commit is contained in:
Evan Hunt
2020-09-04 23:27:51 -07:00
parent d427a20056
commit feddbcce10

View File

@@ -1083,7 +1083,7 @@ isc__nmhandle_get(isc_nmsocket_t *sock, isc_sockaddr_t *peer,
if (handle == NULL) {
handle = alloc_handle(sock);
} else {
isc_refcount_increment0(&handle->references);
isc_refcount_init(&handle->references, 1);
INSIST(VALID_NMHANDLE(handle));
}