From e28a27a8fd0d70d2aec48597991aa26003be1118 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 13 Jan 2010 01:39:43 +0000 Subject: single thread per socket --- src/anytun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/anytun.cpp') diff --git a/src/anytun.cpp b/src/anytun.cpp index 0268ff1..85c85bf 100644 --- a/src/anytun.cpp +++ b/src/anytun.cpp @@ -272,7 +272,7 @@ void receiver(TunDevice* dev, PacketSource* src) // check whether auth tag is ok or not if(!a->checkTag(conn.kd_, encrypted_packet)) { - cLog.msg(Log::PRIO_NOTICE) << "wrong Authentication Tag!" << std::endl; + cLog.msg(Log::PRIO_NOTICE) << "wrong Authentication Tag!"; continue; } -- cgit v1.2.3