Version 0.1.11 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2002-02-11 04:25:04 +00:00
parent 3957344c83
commit 6c1cfa8b83
4 changed files with 182 additions and 5 deletions

View File

@@ -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) {