mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
check message type of follow on message
This commit is contained in:
parent
8f562215b0
commit
562cdc12d1
1 changed files with 1 additions and 0 deletions
|
@ -401,6 +401,7 @@ namespace tunnel
|
|||
msg = m_Queue.Get ();
|
||||
if (msg)
|
||||
{
|
||||
typeID = msg->GetTypeID ();
|
||||
prevTunnelID = tunnelID;
|
||||
prevTunnel = tunnel;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue