aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-15 23:37:29 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-15 23:37:29 +0000
commitdc25a9479cdba67c49c8bd357d9fd4ec53e63d08 (patch)
tree2f27558bdad1cfb7ea6e3dc0b478aa1aeedeefa0 /channels
parent6c00b7ca23809b4c857dde78144ecb50d2af17f0 (diff)
Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir patch by north)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20358 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_iax2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 27270868e..7a5b38134 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -1530,7 +1530,7 @@ static void reload_firmware(void)
cur = cur->next;
}
/* Now that we've freed them, load the new ones */
- snprintf(dir, sizeof(dir), "%s/firmware/iax", (char *)ast_config_AST_VAR_DIR);
+ snprintf(dir, sizeof(dir), "%s/firmware/iax", (char *)ast_config_AST_DATA_DIR);
fwd = opendir(dir);
if (fwd) {
while((de = readdir(fwd))) {