[asterisk-commits] murf: branch 1.4 r51409 - /branches/1.4/pbx/pbx_ael.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Jan 22 12:28:52 MST 2007


Author: murf
Date: Mon Jan 22 13:28:51 2007
New Revision: 51409

URL: http://svn.digium.com/view/asterisk?view=rev&rev=51409
Log:
This fixes 8836, according to dnatural

Modified:
    branches/1.4/pbx/pbx_ael.c

Modified: branches/1.4/pbx/pbx_ael.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/pbx_ael.c?view=diff&rev=51409&r1=51408&r2=51409
==============================================================================
--- branches/1.4/pbx/pbx_ael.c (original)
+++ branches/1.4/pbx/pbx_ael.c Mon Jan 22 13:28:51 2007
@@ -3941,7 +3941,6 @@
 
 static int ael2_reload(int fd, int argc, char *argv[])
 {
-	ast_context_destroy(NULL, registrar);
 	return (pbx_load_module());
 }
 
@@ -3986,7 +3985,6 @@
 
 static int reload(void)
 {
-	ast_context_destroy(NULL, registrar);
 	return pbx_load_module();
 }
 



More information about the asterisk-commits mailing list