[asterisk-commits] murf: branch murf/AEL2-1.2 r51457 -
/team/murf/AEL2-1.2/pbx/pbx_ael.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Jan 22 13:30:29 MST 2007
Author: murf
Date: Mon Jan 22 14:30:28 2007
New Revision: 51457
URL: http://svn.digium.com/view/asterisk?view=rev&rev=51457
Log:
Added the change for 8836 to AEL2.
Modified:
team/murf/AEL2-1.2/pbx/pbx_ael.c
Modified: team/murf/AEL2-1.2/pbx/pbx_ael.c
URL: http://svn.digium.com/view/asterisk/team/murf/AEL2-1.2/pbx/pbx_ael.c?view=diff&rev=51457&r1=51456&r2=51457
==============================================================================
--- team/murf/AEL2-1.2/pbx/pbx_ael.c (original)
+++ team/murf/AEL2-1.2/pbx/pbx_ael.c Mon Jan 22 14:30:28 2007
@@ -1258,7 +1258,6 @@
static int ael_reload(int fd, int argc, char *argv[])
{
- ast_context_destroy(NULL, registrar);
return (pbx_load_module());
}
@@ -1290,7 +1289,6 @@
int reload(void)
{
- ast_context_destroy(NULL, registrar);
return pbx_load_module();
}
More information about the asterisk-commits
mailing list