check message type of follow on message

pull/151/head
orignal 10 years ago
parent 8f562215b0
commit 562cdc12d1

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

Loading…
Cancel
Save