aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_system.c')
-rw-r--r--apps/app_system.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_system.c b/apps/app_system.c
index 382133bfe..57870de3c 100644
--- a/apps/app_system.c
+++ b/apps/app_system.c
@@ -123,8 +123,6 @@ static int unload_module(void)
res = ast_unregister_application(app);
res |= ast_unregister_application(app2);
-
- ast_module_user_hangup_all();
return res;
}