X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=507621a2d4e51806e2507388475f277c2a3223da;hp=7403a423c5e4e71db4e9dba0f3605846d395de97;hb=e1184ad15d6b2e7d58bdcb4489026dd0a35b4e5f;hpb=30d22474ccc8da9a5685a90e0b2304ec627475af diff --git a/src/net.c b/src/net.c index 7403a423..507621a2 100644 --- 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.127 2001/07/24 20:14:30 guus Exp $ + $Id: net.c,v 1.35.4.128 2001/08/17 18:14:03 guus Exp $ */ #include "config.h" @@ -1370,7 +1370,7 @@ cp if(FD_ISSET(p->meta_socket, f)) if(receive_meta(p) < 0) { - terminate_connection(p, 1); + terminate_connection(p, p->status.meta); return; } }