1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 12:24:19 +00:00

drop DeliveryStatus if not from tunnel

This commit is contained in:
orignal 2014-10-07 22:40:53 -04:00
parent 070a7fea2c
commit 002ccdf2c7

View File

@ -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 ());