mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix pedanticness.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@116471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6240,9 +6240,9 @@ restartsearch:
|
||||
if (sip_pvt_trylock(p)) {
|
||||
ao2_unlock(dialogs);
|
||||
usleep(1);
|
||||
ao2_lock(dialogs);
|
||||
goto restartsearch;
|
||||
}
|
||||
ao2_unlock(dialogs);
|
||||
return p;
|
||||
}
|
||||
ao2_unlock(dialogs);
|
||||
|
Reference in New Issue
Block a user