From c854ecab3d5516d7bd588e3ea4eb2d5e07153fa6 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 11 Dec 2007 12:59:28 +0000 Subject: sender sequenze number fixed --- anytun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anytun.cpp') 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); -- cgit v1.2.3