Make Wires-X forget about disconnected reflectors.
This commit is contained in:
parent
65c87982e7
commit
9ecbef3cea
1 changed files with 2 additions and 0 deletions
|
@ -290,6 +290,8 @@ void CWiresX::processDisconnect(const unsigned char* source)
|
|||
{
|
||||
::LogDebug("Received Disconect from %10.10s", source);
|
||||
|
||||
m_reflector = NULL;
|
||||
|
||||
m_status = WXSI_DISCONNECT;
|
||||
m_timer.start();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue