mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 05:52:52 -04:00
mark accepted connections as connected and bound.
This commit is contained in:
parent
8321dd2150
commit
6849d91cd7
1 changed files with 2 additions and 0 deletions
|
|
@ -1539,6 +1539,8 @@ internal_accept(isc_task_t *me, isc_event_t *ev)
|
|||
*/
|
||||
if (fd != -1) {
|
||||
dev->newsocket->fd = fd;
|
||||
dev->newsocket->bound = 1;
|
||||
dev->newsocket->connected = 1;
|
||||
|
||||
/*
|
||||
* Save away the remote address
|
||||
|
|
|
|||
Loading…
Reference in a new issue