aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_ael.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-22 19:42:28 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-22 19:42:28 +0000
commit47046d0ba7493d63980e061445edfc4c70ff30e1 (patch)
treef7bba8174672e83fe87f3e96bfa59109ffe5340e /pbx/pbx_ael.c
parente50a0640bdaa76e89719e5ee6ee9f5f857a01c8f (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51413 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/pbx_ael.c')
-rw-r--r--pbx/pbx_ael.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index 74c0b6d40..8c14e918b 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -4052,7 +4052,6 @@ static int ael2_no_debug(int fd, int argc, char *argv[])
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 load_module(void)
static int reload(void)
{
- ast_context_destroy(NULL, registrar);
return pbx_load_module();
}