aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-02 23:51:33 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-02 23:51:33 +0000
commitdc8d42a2b280b4f8e2d3c536b5aa6c69515820ed (patch)
tree7989ec95a77ae7cfcb9011c445184e47e6504480 /include
parentd6cbfe6348df8ebb22ed87623c83e7ec8440a45e (diff)
Remove silly break (bug #3217)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4634 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/astobj.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/astobj.h b/include/asterisk/astobj.h
index cc1968676..f6e5f7060 100755
--- a/include/asterisk/astobj.h
+++ b/include/asterisk/astobj.h
@@ -202,7 +202,6 @@ extern "C" {
else \
(container)->head = next; \
ASTOBJ_CONTAINER_UNLOCK(container); \
- break; \
} \
ASTOBJ_UNLOCK(iterator); \
if (found) \