[svn-commits] murf: trunk r51413 - in /trunk: ./ pbx/pbx_ael.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Jan 22 12:42:29 MST 2007
Author: murf
Date: Mon Jan 22 13:42:28 2007
New Revision: 51413
URL: http://svn.digium.com/view/asterisk?view=rev&rev=51413
Log:
Merged revisions 51409 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r51409 | murf | 2007-01-22 12:28:51 -0700 (Mon, 22 Jan 2007) | 1 line
This fixes 8836, according to dnatural
........
Modified:
trunk/ (props changed)
trunk/pbx/pbx_ael.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/pbx/pbx_ael.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx/pbx_ael.c?view=diff&rev=51413&r1=51412&r2=51413
==============================================================================
--- trunk/pbx/pbx_ael.c (original)
+++ trunk/pbx/pbx_ael.c Mon Jan 22 13:42:28 2007
@@ -4052,7 +4052,6 @@
static int ael2_reload(int fd, int argc, char *argv[])
{
- ast_context_destroy(NULL, registrar);
return (pbx_load_module());
}
@@ -4097,7 +4096,6 @@
static int reload(void)
{
- ast_context_destroy(NULL, registrar);
return pbx_load_module();
}
More information about the svn-commits
mailing list