aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-22 19:28:51 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-22 19:28:51 +0000
commit59849584a63452597a375057944d5ac150d5fa42 (patch)
treeed0a596ba2c23f552960ac0326e053ef4edc5c2a /pbx
parent139c80c6831f8d65d83416b9cd3403faf1166799 (diff)
This fixes 8836, according to dnatural
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51409 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-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 deca33774..04037bd5e 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -3941,7 +3941,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());
}
@@ -3986,7 +3985,6 @@ static int load_module(void)
static int reload(void)
{
- ast_context_destroy(NULL, registrar);
return pbx_load_module();
}