mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
fixed typo
This commit is contained in:
parent
0153748134
commit
4a66624b04
@ -234,7 +234,7 @@ namespace client
|
||||
else
|
||||
remoteSession->SetSharedRoutingPath (nullptr);
|
||||
}
|
||||
m_Owner->AddRoutingSession (remote->GetIdentity ()->GetStandardIdentity ().signingKey - 96, remoteSession); // last 32 bytes
|
||||
m_Owner->AddRoutingSession (remote->GetIdentity ()->GetStandardIdentity ().signingKey + 96, remoteSession); // last 32 bytes
|
||||
return SendMsg (garlic, outboundTunnel, remoteLease);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user