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

Diff of /mailutils/pop3d/signal.c

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

revision 1.13 by polak, Sun Dec 29 12:52:08 2002 UTC revision 1.14 by gray, Mon Jan 6 14:48:39 2003 UTC
# Line 39  pop3d_sigchld (int signo) Line 39  pop3d_sigchld (int signo)
39  RETSIGTYPE  RETSIGTYPE
40  pop3d_signal (int signo)  pop3d_signal (int signo)
41  {  {
42    syslog (LOG_CRIT, _("got signal %s"), strsignal(signo));    syslog (LOG_CRIT, _("got signal %s"), strsignal (signo));
43    
44    /* Master process.  */    /* Master process.  */
45    if (!ofile)    if (pop3d_is_master ())
46      {      {
47         syslog (LOG_CRIT, _("MASTER: exiting on signal"));         syslog (LOG_CRIT, _("MASTER: exiting on signal"));
48         exit (EXIT_FAILURE); /* abort(); */         exit (EXIT_FAILURE);
49      }      }
50    
51    if (signo == SIGALRM)    if (signo == SIGALRM)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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