mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
BOB: status: forgot to pass destination for current tunnel.
This commit is contained in:
@@ -661,7 +661,7 @@ namespace client
|
|||||||
if(!sentCurrent && !m_Nickname.empty())
|
if(!sentCurrent && !m_Nickname.empty())
|
||||||
{
|
{
|
||||||
// add the current tunnel to the list
|
// add the current tunnel to the list
|
||||||
BuildStatusLine(true, nullptr, statusLine);
|
BuildStatusLine(true, m_CurrentDestination, statusLine);
|
||||||
LogPrint(eLogError, statusLine);
|
LogPrint(eLogError, statusLine);
|
||||||
SendData(statusLine.c_str());
|
SendData(statusLine.c_str());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user