1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-13 11:17:53 +00:00

fixed typo

This commit is contained in:
orignal 2015-01-25 10:05:50 -05:00
parent b8740c008b
commit 9c23d03d8d

View File

@ -566,8 +566,10 @@ namespace i2p
LogPrint ("TunnelData");
m_TunnelMsgs.push_back (msg);
break;
case eI2NPTunnelGateway:
LogPrint ("TunnelGateway");
m_TunnelGatewayMsgs.push_back (msg);
break;
default:
HandleI2NPMessage (msg);
}