This commit is contained in:
unknown 2004-05-25 22:24:23 +02:00
parent cde39f5e6b
commit 39ace7f151

View File

@ -273,6 +273,9 @@ handler(int sig){
case SIGTTOU: /* 27 */
globalData.theRestartFlag = perform_stop;
break;
#ifdef SIGWINCH
case SIGWINCH:
#endif
case SIGPIPE:
/**
* Can happen in TCP Transporter