mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 15:08:53 +00:00
revert unintentional changes in rev 81226
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@81228 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4490,11 +4490,6 @@ static int unload_module(void)
|
|||||||
close(netsocket);
|
close(netsocket);
|
||||||
io_context_destroy(io);
|
io_context_destroy(io);
|
||||||
sched_context_destroy(sched);
|
sched_context_destroy(sched);
|
||||||
/* Mark all mappings/peers as dead and then prune them */
|
|
||||||
mark_mappings();
|
|
||||||
prune_mappings();
|
|
||||||
mark_peers();
|
|
||||||
prune_peers();
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user