Browse Source

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

pull/1359/head
rszibele 6 years ago
parent
commit
a03e828317
  1. 2
      libi2pd_client/BOB.cpp

2
libi2pd_client/BOB.cpp

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

Loading…
Cancel
Save