summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 10:45:52 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 10:45:52 +0000
commit328ca881c5822d07a11c890a78dc9f60b24c749e (patch)
treef2a295b438f0a25a3731dd6520fba4e992fc3526 /anytun.cpp
parentcheckin for testing (diff)
fixed Makefile, ip detection
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp2
1 files changed, 1 insertions, 1 deletions
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;