update
This commit is contained in:
parent
655361ccae
commit
c4705541ea
@ -943,7 +943,7 @@ BOOLEAN CHostADSBFProcess::OnTimer(void)
|
||||
//先添加一条路由
|
||||
if (m_bRouteAdded == FALSE)
|
||||
{
|
||||
long ret = AddRemoteRoute(m_remoteIp, m_localNetId, m_localIp, std::string("isoftstone"), std::string("admin"), std::string("admin"));
|
||||
long ret = AddRemoteRoute(m_remoteIp, AmsNetId(m_localNetId), m_localIp, std::string("isoftstone"), std::string("admin"), std::string("admin"));
|
||||
vLog(LOG_DEBUG, "%s add route(%s to %s) return value is: %d\n", m_localIp.c_str(), m_remoteIp.c_str(), m_pidName.c_str(), ret);
|
||||
if (ret != 0) return TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user