mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
don't send delivery status is no tags
This commit is contained in:
@@ -169,7 +169,7 @@ namespace garlic
|
|||||||
|
|
||||||
if (m_Owner)
|
if (m_Owner)
|
||||||
{
|
{
|
||||||
if (m_NextTag < 0) // new session
|
if (m_NumTags > 0 && m_NextTag < 0) // new session
|
||||||
{
|
{
|
||||||
// clove is DeliveryStatus
|
// clove is DeliveryStatus
|
||||||
size += CreateDeliveryStatusClove (payload + size, msgID);
|
size += CreateDeliveryStatusClove (payload + size, msgID);
|
||||||
|
|||||||
Reference in New Issue
Block a user