mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
Use htobuf16 for 0 value instead of htobe16buf
This commit is contained in:
parent
700c53e60a
commit
b5f624a10f
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ namespace i2p
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// nothing to exclude
|
// nothing to exclude
|
||||||
htobe16buf (buf, 0);
|
htobuf16 (buf, 0);
|
||||||
buf += 2;
|
buf += 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue