mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
off by one?
This commit is contained in:
parent
b8a205f755
commit
2412a0d502
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,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
Add a link
Reference in a new issue