1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 20:44:39 +00:00

garlic clove block for router

This commit is contained in:
orignal 2020-11-09 15:35:50 -05:00
parent 07b77443dd
commit 1c7780a423

View File

@ -899,7 +899,7 @@ namespace garlic
}
}
// msg
if (msg && m_Destination)
if (msg)
offset += CreateGarlicClove (msg, v.data () + offset, payloadLen - offset);
// ack
if (m_AckRequests.size () > 0)