X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f83d4a2b3fedd9a8a0e7367db82a68a719f08e30..b6c1434e4765d1a53efa2f3046bfb20ba682b5d2:/src/src/dmarc.c diff --git a/src/src/dmarc.c b/src/src/dmarc.c index 599ecc454..750f9197f 100644 --- a/src/src/dmarc.c +++ b/src/src/dmarc.c @@ -53,9 +53,9 @@ static dmarc_exim_p dmarc_policy_description[] = { }; -void +void dmarc_version_report(FILE *f) -{ +{ const char *implementation, *version; fprintf(f, "Library version: dmarc: Compile: %d.%d.%d.%d\n", @@ -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(dmarc_history_file); +history_file_fd = log_create_as_exim(dmarc_history_file); if (history_file_fd < 0) {