Remove static from local variable declaration.
[exim.git] / src / src / dmarc.c
index 825c2aa9982aadb358c26b3f354ad146a0347532..ea91fee9f472dcdc341cae60aa33683f773cee3f 100644 (file)
@@ -401,7 +401,7 @@ int dmarc_process() {
 
 int dmarc_write_history_file()
 {
-  static int history_file_fd;
+  int history_file_fd;
   ssize_t written_len;
   int tmp_ans;
   u_char **rua; /* aggregate report addressees */