summaryrefslogtreecommitdiff
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 506877122..561ac46e8 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -3120,11 +3120,6 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, struc
break;
}
- /* Perform an extra hangup check just in case */
- if (ast_check_hangup(chan)) {
- break;
- }
-
c = ast_waitfor_nandfds(&chan, 1, &fd, nfds, NULL, &outfd, &ms);
if (c) {