fixed typo

This commit is contained in:
orignal 2015-01-31 10:39:29 -05:00
parent 908404ab62
commit feffbc9330
2 changed files with 2 additions and 2 deletions

View file

@ -351,9 +351,10 @@ namespace tunnel
if (msg)
{
uint32_t prevTunnelID = 0, tunnelID = 0;
TunnelBase * prevTunnel = nullptr, * tunnel = nullptr;
TunnelBase * prevTunnel = nullptr;
do
{
TunnelBase * tunnel = nullptr;
uint8_t typeID = msg->GetTypeID ();
switch (typeID)
{