mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fix typo
This commit is contained in:
parent
a158647153
commit
d44be2fd73
3 changed files with 6 additions and 6 deletions
|
@ -516,7 +516,7 @@ namespace tunnel
|
|||
case eI2NPShortTunnelBuildReply:
|
||||
case eI2NPTunnelBuild:
|
||||
case eI2NPTunnelBuildReply:
|
||||
HandleTunnlBuildI2NPMessage (msg);
|
||||
HandleTunnelBuildI2NPMessage (msg);
|
||||
break;
|
||||
default:
|
||||
LogPrint (eLogWarning, "Tunnel: Unexpected message type ", (int) typeID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue