From 002ccdf2c7ee3c98048067b0dc675ce94dd748df Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 7 Oct 2014 22:40:53 -0400 Subject: [PATCH] drop DeliveryStatus if not from tunnel --- I2NPProtocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I2NPProtocol.cpp b/I2NPProtocol.cpp index 98941df3..1e18b783 100644 --- a/I2NPProtocol.cpp +++ b/I2NPProtocol.cpp @@ -574,7 +574,7 @@ namespace i2p if (msg->from && msg->from->GetTunnelPool ()) msg->from->GetTunnelPool ()->ProcessDeliveryStatus (msg); else - i2p::garlic::routing.PostI2NPMsg (msg); + DeleteI2NPMessage (msg); break; default: HandleI2NPMessage (msg->GetBuffer (), msg->GetLength ());