From 208cb5629914624ad1971da0c121b2529ff31d7b Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 9 Dec 2009 20:00:25 +0000 Subject: Fix breakage of the "module load " CLI command. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@233881 f38db490-d61c-443f-a65b-d21fe96a405b --- main/loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/loader.c b/main/loader.c index 2a7d35615..34a887e14 100644 --- a/main/loader.c +++ b/main/loader.c @@ -828,7 +828,7 @@ int ast_load_resource(const char *resource_name) { int res; AST_LIST_LOCK(&module_list); - res = load_resource(resource_name, 0); + res = load_resource(resource_name, LOAD_ALL); AST_LIST_UNLOCK(&module_list); return res; -- cgit v1.2.3