From a4606e99b69c44f2729db4377c9d4ebe6368dd95 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 4 Jul 2005 07:14:03 +0000 Subject: [PATCH] About to do some performance testing from syn --- tcpip.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tcpip.cc b/tcpip.cc index 89ce47c60..d73f9a512 100644 --- a/tcpip.cc +++ b/tcpip.cc @@ -628,7 +628,6 @@ char dev[128]; /* If it is the same addy as a local interface, then it is probably localhost */ - if (ipaddr2devname(dev, addr) != -1) return 1;