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
88a5a6ed
Commit
88a5a6ed
authored
Jul 13, 2003
by
Per Cederqvist
Browse files
Don't call select() with a very large timeout. This could possibly
fix bug 1065.
parent
cc88305c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
88a5a6ed
2003
-
07
-
13
Per
Cederqvist
<
ceder
@
ceder
.
dyndns
.
org
>
Don
't call select() with a very large timeout. This could
possibly fix bug 1065.
* src/libraries/liboop/sys.c (oop_sys_run): Clamp the value of the
tv_sec field of the select timeout argument to 3600 seconds, to
check if very large values is the reason that FreeBSD returns
EINVAL here. (Bug 1065).
Reverted the change of 1999-04-03: go_and_die is now a Bool once
again. It is no longer manipulated from a signal handler.
* src/server/admin.c (shutdown_kom): Use TRUE instead of 1 as
...
...
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