Skip to content
Snippets Groups Projects
Commit 86dada47 authored by Mark Spencer's avatar Mark Spencer
Browse files

Remove silly break (bug #3217)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4634 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1ea2b79b
Branches
Tags
No related merge requests found
......@@ -202,7 +202,6 @@ extern "C" {
else \
(container)->head = next; \
ASTOBJ_CONTAINER_UNLOCK(container); \
break; \
} \
ASTOBJ_UNLOCK(iterator); \
if (found) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment