aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-28 15:43:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-28 15:43:18 +0000
commit9311605e133efcfe675179a88eb8ded0de9cb0d3 (patch)
tree8483e9afad5b385a8eb392eed258a1c23bd080d8 /pbx
parenta2997334a86af12d14c926c9f141c27e1032685f (diff)
revert unintentional changes in rev 81226
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@81228 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_dundi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 55e5f2de0..a45758942 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -4490,11 +4490,6 @@ static int unload_module(void)
close(netsocket);
io_context_destroy(io);
sched_context_destroy(sched);
- /* Mark all mappings/peers as dead and then prune them */
- mark_mappings();
- prune_mappings();
- mark_peers();
- prune_peers();
return 0;
}