aboutsummaryrefslogtreecommitdiffstats
path: root/loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader.c')
-rwxr-xr-xloader.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/loader.c b/loader.c
index 132656198..960eda4c8 100755
--- a/loader.c
+++ b/loader.c
@@ -135,6 +135,10 @@ int ast_unload_resource(char *resource_name, int force)
void ast_module_reload(void)
{
struct module *m;
+
+ /* We'll do the logger the favor of calling its reload here first */
+
+
ast_pthread_mutex_lock(&modlock);
m = module_list;
while(m) {