From b5f624a10f4b6ad4c8b39918e44e6ef31a56eb8e Mon Sep 17 00:00:00 2001 From: "Francisco Blas (klondike) Izquierdo Riera" Date: Tue, 30 Dec 2014 15:42:24 +0100 Subject: [PATCH] Use htobuf16 for 0 value instead of htobe16buf --- I2NPProtocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I2NPProtocol.cpp b/I2NPProtocol.cpp index f09abbd7..eba49fa8 100644 --- a/I2NPProtocol.cpp +++ b/I2NPProtocol.cpp @@ -149,7 +149,7 @@ namespace i2p else { // nothing to exclude - htobe16buf (buf, 0); + htobuf16 (buf, 0); buf += 2; } }