summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader.c b/loader.c
index 71aa702dc..bbcdb245d 100644
--- a/loader.c
+++ b/loader.c
@@ -458,8 +458,8 @@ static int ast_resource_exists(char *resource)
static const char *loadorder[] =
{
"res_",
- "chan_",
"pbx_",
+ "chan_",
NULL,
};