From 562cdc12d1e0dd87e204eacb22db052812f56b40 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 26 Jan 2015 14:48:24 -0500 Subject: [PATCH] check message type of follow on message --- Tunnel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tunnel.cpp b/Tunnel.cpp index 3027bcad..dd088fa6 100644 --- a/Tunnel.cpp +++ b/Tunnel.cpp @@ -401,6 +401,7 @@ namespace tunnel msg = m_Queue.Get (); if (msg) { + typeID = msg->GetTypeID (); prevTunnelID = tunnelID; prevTunnel = tunnel; }