Browse Source

correct lenght for LeaseSet

pull/93/head
orignal 10 years ago
parent
commit
b146c5782b
  1. 2
      NetDb.cpp

2
NetDb.cpp

@ -110,7 +110,7 @@ namespace data @@ -110,7 +110,7 @@ namespace data
{
case eI2NPDatabaseStore:
LogPrint ("DatabaseStore");
HandleDatabaseStoreMsg (msg->GetPayload (), msg->GetLength ()); // TODO
HandleDatabaseStoreMsg (msg->GetPayload (), be16toh (msg->GetHeader ()->size)); // TODO
i2p::DeleteI2NPMessage (msg);
break;
case eI2NPDatabaseSearchReply:

Loading…
Cancel
Save