From 328ca881c5822d07a11c890a78dc9f60b24c749e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 11 Dec 2007 10:45:52 +0000 Subject: fixed Makefile, ip detection --- anytun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anytun.cpp') diff --git a/anytun.cpp b/anytun.cpp index 7bcd238..8ea3d75 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -290,7 +290,7 @@ void* receiver(void* p) } //TODO Add multi connection support here - ConnectionParam conn = param->cl.getConnection(); + ConnectionParam & conn = param->cl.getConnection(); if (!checkPacketAuthTag(pack, c, conn)) continue; -- cgit v1.2.3