From 27782ceddd2c14c389a2772fa74e8e2c68aae90a Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 31 Aug 2017 10:37:56 -0400 Subject: [PATCH] Revert "clarify" This reverts commit 7af3b751d45c6038dfbd6bd01b022a10934d43ea. --- libi2pd/Destination.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libi2pd/Destination.cpp b/libi2pd/Destination.cpp index a32e2ffa..f45e6a8a 100644 --- a/libi2pd/Destination.cpp +++ b/libi2pd/Destination.cpp @@ -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);