Browse Source

fixed #1557. don't try to send empty message

pull/1558/head
orignal 4 years ago
parent
commit
e21dac21c8
  1. 1
      libi2pd/Tunnel.cpp

1
libi2pd/Tunnel.cpp

@ -303,6 +303,7 @@ namespace tunnel @@ -303,6 +303,7 @@ namespace tunnel
{
for (auto& msg : msgs)
{
if (!msg.data) continue;
switch (msg.deliveryType)
{
case eDeliveryTypeLocal:

Loading…
Cancel
Save