diff --git a/main/config.c b/main/config.c index aa74f5b301..0d95bfd8e8 100644 --- a/main/config.c +++ b/main/config.c @@ -923,7 +923,7 @@ static struct ast_config *config_text_file_load(const char *database, const char if (process_buf) { char *buf = ast_strip(process_buf); if (!ast_strlen_zero(buf)) { - if (process_text_line(cfg, &cat, buf, lineno, filename, withcomments)) { + if (process_text_line(cfg, &cat, buf, lineno, fn, withcomments)) { cfg = NULL; break; }