mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
Remove silly break (bug #3217)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4634 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -202,7 +202,6 @@ extern "C" {
|
|||||||
else \
|
else \
|
||||||
(container)->head = next; \
|
(container)->head = next; \
|
||||||
ASTOBJ_CONTAINER_UNLOCK(container); \
|
ASTOBJ_CONTAINER_UNLOCK(container); \
|
||||||
break; \
|
|
||||||
} \
|
} \
|
||||||
ASTOBJ_UNLOCK(iterator); \
|
ASTOBJ_UNLOCK(iterator); \
|
||||||
if (found) \
|
if (found) \
|
||||||
|
|||||||
Reference in New Issue
Block a user