mark accepted connections as connected and bound.

This commit is contained in:
Michael Graff
2000-05-11 06:35:20 +00:00
parent 8321dd2150
commit 6849d91cd7

View File

@@ -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