Fix dmarc build
[exim.git] / src / src / dmarc.c
index 750f9197fa28999f1ccc3e742eda41d621836f8a..8a9cdce0dc467557f736fc712a188123d897e26b 100644 (file)
@@ -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)
   {