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:
parent
070a7fea2c
commit
002ccdf2c7
@ -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 ());
|
||||
|
Loading…
x
Reference in New Issue
Block a user