summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 12:59:28 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 12:59:28 +0000
commitc854ecab3d5516d7bd588e3ea4eb2d5e07153fa6 (patch)
tree1f9c838031a837f237a64152447f2a43c99f2597 /anytun.cpp
parentnow set really key in KD (diff)
sender sequenze number fixed
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 a165534..8c5d7af 100644
--- a/anytun.cpp
+++ b/anytun.cpp
@@ -194,7 +194,7 @@ void* sender(void* p)
if( param->cl.empty())
continue;
- ConnectionParam conn = param->cl.getConnection();
+ ConnectionParam & conn = param->cl.getConnection();
// add payload type
if(param->dev.getType() == TunDevice::TYPE_TUN)
pack.addPayloadType(PAYLOAD_TYPE_TUN);