Release the router lock before checking each reroute buffer to avoid deadlocks.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3727 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-10-19 13:41:46 +00:00
parent de9b523b57
commit 3b096f95ed
1 changed files with 1 additions and 0 deletions

View File

@ -674,6 +674,7 @@ void SS7Router::timerTick(const Time& when)
m_trafficOk.stop();
silentAllow();
}
mylock.drop();
rerouteCheck(when);
return;
}