mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-04 06:00:37 +00:00
check message type of follow on message
This commit is contained in:
parent
8f562215b0
commit
562cdc12d1
@ -401,6 +401,7 @@ namespace tunnel
|
||||
msg = m_Queue.Get ();
|
||||
if (msg)
|
||||
{
|
||||
typeID = msg->GetTypeID ();
|
||||
prevTunnelID = tunnelID;
|
||||
prevTunnel = tunnel;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user