Browse Source

fixed typo

pull/1677/head
orignal 3 years ago
parent
commit
4807092df6
  1. 2
      libi2pd/I2NPProtocol.cpp

2
libi2pd/I2NPProtocol.cpp

@ -704,7 +704,7 @@ namespace i2p @@ -704,7 +704,7 @@ namespace i2p
i2p::garlic::WrapECIESX25519Message (replyMsg, noiseState.m_CK + 32, tag)));
}
else
transports.SendMessage (clearText + SHORT_REQUEST_RECORD_NEXT_TUNNEL_OFFSET,
transports.SendMessage (clearText + SHORT_REQUEST_RECORD_NEXT_IDENT_OFFSET,
CreateI2NPMessage (eI2NPShortTunnelBuild, buf, len,
bufbe32toh (clearText + SHORT_REQUEST_RECORD_SEND_MSG_ID_OFFSET)));
return;

Loading…
Cancel
Save