do not overwrite startup link #57

develop
Geoffrey Merck 4 months ago
parent 9fbfc00b36
commit ffd9c0375d

@ -1842,7 +1842,7 @@ void CRepeaterHandler::link(RECONNECT reconnect, const std::string& reflector)
} }
#endif #endif
m_linkStartup = reflector; //m_linkStartup = reflector;
m_linkReconnect = reconnect; m_linkReconnect = reconnect;
m_linkReconnectTimer.stop(); m_linkReconnectTimer.stop();
@ -1973,7 +1973,7 @@ void CRepeaterHandler::link(RECONNECT reconnect, const std::string& reflector)
CDPlusHandler::unlink(this); CDPlusHandler::unlink(this);
CDCSHandler::unlink(this); CDCSHandler::unlink(this);
linkInt(m_linkStartup); linkInt(reflector);
} }
void CRepeaterHandler::unlink(PROTOCOL protocol, const std::string& reflector) void CRepeaterHandler::unlink(PROTOCOL protocol, const std::string& reflector)

Loading…
Cancel
Save

Powered by TurnKey Linux.