X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/31f5b3492bde6a055c0c349a3d46718bd5a7e4f0..28d2eab1414ef8d20ff0fde7026aa52fd01ef795:/src/src/dmarc.c diff --git a/src/src/dmarc.c b/src/src/dmarc.c index 750f9197f..8a9cdce0d 100644 --- a/src/src/dmarc.c +++ b/src/src/dmarc.c @@ -254,7 +254,7 @@ if (!dmarc_history_file) DEBUG(D_receive) debug_printf("DMARC history file not set\n"); return DMARC_HIST_DISABLED; } -history_file_fd = log_create_as_exim(dmarc_history_file); +history_file_fd = log_open_as_exim(dmarc_history_file); if (history_file_fd < 0) {