mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
correct authClients offset
This commit is contained in:
parent
478d7b4a83
commit
0b5509a1ed
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ namespace data
|
||||||
{
|
{
|
||||||
RAND_bytes (innerInput, 32); // authCookie
|
RAND_bytes (innerInput, 32); // authCookie
|
||||||
htobe16buf (m_Buffer + offset, authKeys->size ()); offset += 2; // num clients
|
htobe16buf (m_Buffer + offset, authKeys->size ()); offset += 2; // num clients
|
||||||
CreateClientAuthData (subcredential, authType, authKeys, innerInput, m_Buffer);
|
CreateClientAuthData (subcredential, authType, authKeys, innerInput, m_Buffer + offset);
|
||||||
offset += authKeys->size ()*40; // auth clients
|
offset += authKeys->size ()*40; // auth clients
|
||||||
}
|
}
|
||||||
// Layer 2
|
// Layer 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue