mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
BOB: status: forgot to pass destination for current tunnel.
This commit is contained in:
parent
93d4dc70cf
commit
a03e828317
|
@ -661,7 +661,7 @@ namespace client
|
|||
if(!sentCurrent && !m_Nickname.empty())
|
||||
{
|
||||
// add the current tunnel to the list
|
||||
BuildStatusLine(true, nullptr, statusLine);
|
||||
BuildStatusLine(true, m_CurrentDestination, statusLine);
|
||||
LogPrint(eLogError, statusLine);
|
||||
SendData(statusLine.c_str());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue