aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_exec.c')
-rw-r--r--apps/app_exec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_exec.c b/apps/app_exec.c
index 507045cc3..32298d03c 100644
--- a/apps/app_exec.c
+++ b/apps/app_exec.c
@@ -207,8 +207,6 @@ static int unload_module(void)
res |= ast_unregister_application(app_tryexec);
res |= ast_unregister_application(app_execif);
- ast_module_user_hangup_all();
-
return res;
}