mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
fixed typo
This commit is contained in:
parent
0153748134
commit
4a66624b04
|
@ -234,7 +234,7 @@ namespace client
|
||||||
else
|
else
|
||||||
remoteSession->SetSharedRoutingPath (nullptr);
|
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);
|
return SendMsg (garlic, outboundTunnel, remoteLease);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue