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; }