Bug#3882
This commit is contained in:
parent
cde39f5e6b
commit
39ace7f151
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user