projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21027b1
)
Fix bug where tinc would crash because of a portscan or a connection from a
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 8 Oct 2001 11:59:08 +0000
(11:59 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 8 Oct 2001 11:59:08 +0000
(11:59 +0000)
tinc daemon with a different version.
src/net.c
patch
|
blob
|
history
diff --git
a/src/net.c
b/src/net.c
index
fbefa8c
..
91eb513
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.13
4 2001/10/08 11:47:55
guus Exp $
+ $Id: net.c,v 1.35.4.13
5 2001/10/08 11:59:08
guus Exp $
*/
#include "config.h"
@@
-1367,7
+1367,7
@@
cp
if(FD_ISSET(p->meta_socket, f))
if(receive_meta(p) < 0)
{
- terminate_connection(p, p->status.
meta
);
+ terminate_connection(p, p->status.
active
);
return;
}
}