From 4ceac19624a0abd065a67f6758c50d64c6dcf318 Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 14 Oct 2014 12:08:57 -0400 Subject: [PATCH] don't send delivery status is no tags --- Garlic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Garlic.cpp b/Garlic.cpp index ba4a7e19..b67a9e8c 100644 --- a/Garlic.cpp +++ b/Garlic.cpp @@ -169,7 +169,7 @@ namespace garlic if (m_Owner) { - if (m_NextTag < 0) // new session + if (m_NumTags > 0 && m_NextTag < 0) // new session { // clove is DeliveryStatus size += CreateDeliveryStatusClove (payload + size, msgID);