mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
garlic clove block for router
This commit is contained in:
parent
07b77443dd
commit
1c7780a423
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue