Remove static from local variable declaration.
authorTodd Lyons <tlyons@exim.org>
Tue, 16 Apr 2013 20:25:59 +0000 (13:25 -0700)
committerTodd Lyons <tlyons@exim.org>
Tue, 16 Apr 2013 20:25:59 +0000 (13:25 -0700)
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 */