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

git-svn-id: http://voip.null.ro/svn/yate@3727 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-10-19 13:41:46 +00:00
parent 25d7eb4016
commit 74717acc85
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;
}