Browse Source

Use htobuf16 for 0 value instead of htobe16buf

pull/123/head
Francisco Blas (klondike) Izquierdo Riera 10 years ago
parent
commit
b5f624a10f
  1. 2
      I2NPProtocol.cpp

2
I2NPProtocol.cpp

@ -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…
Cancel
Save