summaryrefslogtreecommitdiff
path: root/src/conf_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_parser.c')
-rw-r--r--src/conf_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_parser.c b/src/conf_parser.c
index 07c3b10..3a7ca94 100644
--- a/src/conf_parser.c
+++ b/src/conf_parser.c
@@ -3777,7 +3777,7 @@ yyreduce:
break;
if (block_state.type.value && block_state.file.buf[0])
- log_add_file(block_state.type.value, block_state.size.value,
+ log_set_file(block_state.type.value, block_state.size.value,
block_state.file.buf);
}
break;