check message type of follow on message

This commit is contained in:
orignal 2015-01-26 14:48:24 -05:00
parent 8f562215b0
commit 562cdc12d1

View File

@ -401,6 +401,7 @@ namespace tunnel
msg = m_Queue.Get ();
if (msg)
{
typeID = msg->GetTypeID ();
prevTunnelID = tunnelID;
prevTunnel = tunnel;
}