Restart T21 when a link goes up.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3744 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-10-21 14:24:13 +00:00
parent 8edccbeda2
commit 238723414a
1 changed files with 1 additions and 2 deletions

View File

@ -1662,8 +1662,7 @@ void SS7Router::notify(SS7Layer3* network, int sls)
clearRoutes(network,true);
// adjacent point restart
sendRestart(network);
if (!m_trafficOk.started())
m_trafficOk.start();
m_trafficOk.start();
}
}
}