/[mailutils]/mailutils/pop3d/pop3d.c
ViewVC logotype

Diff of /mailutils/pop3d/pop3d.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.52 by gray, Mon Nov 4 17:35:00 2002 UTC revision 1.53 by gray, Wed Dec 11 15:18:49 2002 UTC
# Line 397  pop3d_daemon (unsigned int maxchildren, Line 397  pop3d_daemon (unsigned int maxchildren,
397      {      {
398        if (children > maxchildren)        if (children > maxchildren)
399          {          {
400            syslog (LOG_ERR, "too many children (%d)", children);            syslog (LOG_ERR, "too many children (%lu)",
401                      (unsigned long) children);
402            pause ();            pause ();
403            continue;            continue;
404          }          }
405        connfd = accept (listenfd, (struct sockaddr *)&client, &size);        connfd = accept (listenfd, (struct sockaddr *)&client,
406                           (socklen_t *) &size);
407        if (connfd == -1)        if (connfd == -1)
408          {          {
409            if (errno == EINTR)            if (errno == EINTR)

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26