Browse Source

Revert "clarify"

This reverts commit 7af3b751d4.
pull/940/head
Jeff Becker 7 years ago
parent
commit
27782ceddd
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
  1. 2
      libi2pd/Destination.cpp

2
libi2pd/Destination.cpp

@ -868,7 +868,7 @@ namespace client @@ -868,7 +868,7 @@ namespace client
}
else
{
// call later if tunnel is not ready
// call if tunnel is not ready
AddReadyCallback([&](const boost::system::error_code & ec) {
if(ec)
streamRequestComplete(nullptr);

Loading…
Cancel
Save