Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
42b06d26
...
42b06d266483a73b4571192ff47ed090f3a83023
authored
2003-09-18 10:06:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(pop3d_daemon): Collect finished children synchronously.
1 parent
5af46750
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pop3d/pop3d.c
pop3d/pop3d.c
View file @
42b06d2
...
...
@@ -436,6 +436,7 @@ pop3d_daemon (unsigned int maxchildren, unsigned int port)
for
(;;)
{
process_cleanup
();
if
(
children
>
maxchildren
)
{
syslog
(
LOG_ERR
,
_
(
"too many children (%lu)"
),
...
...
Please
register
or
sign in
to post a comment