]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Finish up the last commit (was worse then originally reported)
authorJoshua Colp <jcolp@digium.com>
Fri, 1 Sep 2006 16:33:00 +0000 (16:33 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 1 Sep 2006 16:33:00 +0000 (16:33 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@41691 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channel.c

index 1a441c59f739896a03e55c1a2f54e5a738cf586d..5a751fca3e0068176001f622944b987d5e6e8508 100644 (file)
--- a/channel.c
+++ b/channel.c
@@ -1782,6 +1782,7 @@ int ast_waitfordigit_full(struct ast_channel *c, int ms, int audiofd, int cmdfd)
                                        ast_log(LOG_WARNING, "Unexpected control subclass '%d'\n", f->subclass);
                                        break;
                                }
+                               break;
                        case AST_FRAME_VOICE:
                                /* Write audio if appropriate */
                                if (audiofd > -1)