mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
commit
f51ba499d5
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ namespace data
|
|||
uint32_t replyTunnelID = 0;
|
||||
if (flag & DATABASE_LOOKUP_DELIVERY_FLAG) //reply to tunnel
|
||||
{
|
||||
replyTunnelID = bufbe32toh (buf + 64);
|
||||
replyTunnelID = bufbe32toh (buf + 65);
|
||||
excluded += 4;
|
||||
}
|
||||
uint16_t numExcluded = bufbe16toh (excluded);
|
||||
|
|
Loading…
Add table
Reference in a new issue