From f5edc46267a057f33100c9280aabb1bbc56cc0e5 Mon Sep 17 00:00:00 2001 From: mogorman Date: Wed, 18 Jan 2006 00:47:04 +0000 Subject: Changed order of autoload so that pbx_ comes before channels, and in doing so cause bug 6002 to not be an issue git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8162 f38db490-d61c-443f-a65b-d21fe96a405b --- loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader.c b/loader.c index aa2a28297..d9e0c88d0 100644 --- a/loader.c +++ b/loader.c @@ -457,8 +457,8 @@ static int ast_resource_exists(char *resource) static const char *loadorder[] = { "res_", - "chan_", "pbx_", + "chan_", NULL, }; -- cgit v1.2.3