X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=91eb513e58b4f5ad62084078ad01c2176fcc755a;hp=fbefa8ca0146d5c09c327ef63a4d794904cc070a;hb=ce9fd32c04adf83cbaf668ee42a29575ba256002;hpb=21027b1d5702c331b1ebb262bb149c75be1f24b1 diff --git a/src/net.c b/src/net.c index fbefa8ca..91eb513e 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.134 2001/10/08 11:47:55 guus Exp $ + $Id: net.c,v 1.35.4.135 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; } }