mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 05:42:53 -04:00
Merge branch '1153-fix-broken-atomics-on-windows' into 'master'
Fixup the increment vs decrement typo in lib/isc/win32/socket.c Closes #1153 See merge request isc-projects/bind9!2172
This commit is contained in:
commit
03b8e7ccb7
1 changed files with 1 additions and 1 deletions
|
|
@ -3113,7 +3113,7 @@ isc_socket_accept(isc_socket_t *sock,
|
|||
UNLOCK(&sock->lock);
|
||||
return (ISC_R_SHUTTINGDOWN);
|
||||
}
|
||||
isc_refcount_decrement(&nsock->references);
|
||||
isc_refcount_increment(&nsock->references);
|
||||
|
||||
adev->ev_sender = ntask;
|
||||
adev->newsocket = nsock;
|
||||
|
|
|
|||
Loading…
Reference in a new issue