X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.c;h=4d0b3a81fb77017ee8dcd09c08711f23059703b1;hp=61657a3b9d792342d0a6e48e9d6c7f9a19b5e864;hb=dac256505e1af78505c9f905bd55c11d4b87345c;hpb=6f373e690236334d8f8333710b61f97ccad54bf1 diff --git a/src/connection.c b/src/connection.c index 61657a3b..4d0b3a81 100644 --- a/src/connection.c +++ b/src/connection.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: connection.c,v 1.1.2.4 2000/11/22 18:54:07 guus Exp $ + $Id: connection.c,v 1.1.2.5 2000/11/22 22:18:03 guus Exp $ */ #include "config.h" @@ -160,7 +160,7 @@ cp connection_t *lookup_connection(ipv4_t address, short unsigned int port) { - connection_t cl, *p; + connection_t cl; cp cl.address = address; cl.port = port;