mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01:00
fixed #1557. don't try to send empty message
This commit is contained in:
parent
e2a1cd12c3
commit
e21dac21c8
|
@ -303,6 +303,7 @@ namespace tunnel
|
|||
{
|
||||
for (auto& msg : msgs)
|
||||
{
|
||||
if (!msg.data) continue;
|
||||
switch (msg.deliveryType)
|
||||
{
|
||||
case eDeliveryTypeLocal:
|
||||
|
|
Loading…
Reference in a new issue