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
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
d69e73af
Commit
d69e73af
authored
Apr 17, 1999
by
Per Cederqvist
Browse files
(isc_getnextevent): Return ISC_EVENT_LOGIN_UNRELOCATED instead of
ISC_EVENT_LOGIN if a file descriptor relocation failed.
parent
04157a04
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libraries/libisc-new/src/isc_event.c
View file @
d69e73af
...
...
@@ -299,6 +299,11 @@ RETRY:
/* Fill in the event info structure */
event
->
session
=
new_scb
;
event
->
event
=
ISC_EVENT_LOGIN
;
if
(
new_scb
->
cfg
->
fd_relocate
>
0
&&
new_scb
->
fd
<=
new_scb
->
cfg
->
fd_relocate
)
event
->
event
=
ISC_EVENT_LOGIN_UNRELOCATED
;
event
->
listen_session
=
scb
;
/* Move the session pointer to the next in the circular queue */
...
...
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