Don't check_network_activity() if select() is interrupted by a signal.
This commit is contained in:
parent
3d8a373bb3
commit
438419734e
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
$Id: net.c,v 1.35.4.168 2002/03/27 14:02:36 guus Exp $
|
$Id: net.c,v 1.35.4.169 2002/04/01 21:28:05 guus Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -365,6 +365,8 @@ cp
|
||||||
dump_connections();
|
dump_connections();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
check_network_activity(&fset);
|
check_network_activity(&fset);
|
||||||
|
|
Loading…
Reference in a new issue