[asterisk-commits] russell: branch 1.4 r81228 - /branches/1.4/pbx/pbx_dundi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Aug 28 10:43:18 CDT 2007


Author: russell
Date: Tue Aug 28 10:43:18 2007
New Revision: 81228

URL: http://svn.digium.com/view/asterisk?view=rev&rev=81228
Log:
revert unintentional changes in rev 81226

Modified:
    branches/1.4/pbx/pbx_dundi.c

Modified: branches/1.4/pbx/pbx_dundi.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/pbx_dundi.c?view=diff&rev=81228&r1=81227&r2=81228
==============================================================================
--- branches/1.4/pbx/pbx_dundi.c (original)
+++ branches/1.4/pbx/pbx_dundi.c Tue Aug 28 10:43:18 2007
@@ -4490,11 +4490,6 @@
 	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;
 }




More information about the asterisk-commits mailing list