BOB: status: forgot to pass destination for current tunnel.

This commit is contained in:
rszibele 2019-05-29 18:47:35 +02:00
parent 93d4dc70cf
commit a03e828317

View file

@ -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());
}