Browse Source

check message type of follow on message

pull/151/head
orignal 10 years ago
parent
commit
562cdc12d1
  1. 1
      Tunnel.cpp

1
Tunnel.cpp

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

Loading…
Cancel
Save