X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=8a0b7a2bc05f5e2b2d64f738676a0e8631df379b;hp=4c5956e8b9fc324a302c59d7fe850cf400f1d2f2;hb=319e0cb48eb00565a11c85b901f54141f8160334;hpb=b3074590b184c141419cf4926820dc0d78380535 diff --git a/src/net.c b/src/net.c index 4c5956e8..8a0b7a2b 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.119 2001/07/15 14:21:12 guus Exp $ + $Id: net.c,v 1.35.4.120 2001/07/15 18:07:31 guus Exp $ */ #include "config.h" @@ -1113,7 +1113,7 @@ cp return; } - cl = lookup_connection(ntohl(from.sin_addr.s_addr), ntohs(from.sin_port)); + cl = lookup_active(ntohl(from.sin_addr.s_addr), ntohs(from.sin_port)); if(!cl) {