mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
typo
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
b7e7c6db7b
commit
f9f5084dd7
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ namespace client
|
||||||
void I2PUDPClientTunnel::HandleRecvFromLocal(const boost::system::error_code & ec, std::size_t transferred)
|
void I2PUDPClientTunnel::HandleRecvFromLocal(const boost::system::error_code & ec, std::size_t transferred)
|
||||||
{
|
{
|
||||||
if(m_cancel_resolve) {
|
if(m_cancel_resolve) {
|
||||||
LogPrint(eLogDebug, "UDP Client: Ignoring incomming data: stoppping");
|
LogPrint(eLogDebug, "UDP Client: Ignoring incomming data: stopping");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(ec) {
|
if(ec) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue