Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
6849d91c
Commit
6849d91c
authored
May 11, 2000
by
Michael Graff
Browse files
mark accepted connections as connected and bound.
parent
8321dd21
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/unix/socket.c
View file @
6849d91c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment