projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d8a373
)
Don't check_network_activity() if select() is interrupted by a signal.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 1 Apr 2002 21:28:05 +0000
(21:28 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 1 Apr 2002 21:28:05 +0000
(21:28 +0000)
src/net.c
patch
|
blob
|
history
diff --git
a/src/net.c
b/src/net.c
index
41767d8
..
1df4e9e
100644
(file)
--- a/
src/net.c
+++ b/
src/net.c
@@
-17,7
+17,7
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: net.c,v 1.35.4.16
8 2002/03/27 14:02:36
guus Exp $
+ $Id: net.c,v 1.35.4.16
9 2002/04/01 21:28:05
guus Exp $
*/
#include "config.h"
@@
-365,6
+365,8
@@
cp
dump_connections();
return;
}
+
+ continue;
}
check_network_activity(&fset);