projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
620df28
)
Remove static from local variable declaration.
author
Todd Lyons
<tlyons@exim.org>
Tue, 16 Apr 2013 20:25:59 +0000
(13:25 -0700)
committer
Todd Lyons
<tlyons@exim.org>
Tue, 16 Apr 2013 20:25:59 +0000
(13:25 -0700)
src/src/dmarc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/dmarc.c
b/src/src/dmarc.c
index 825c2aa9982aadb358c26b3f354ad146a0347532..ea91fee9f472dcdc341cae60aa33683f773cee3f 100644
(file)
--- a/
src/src/dmarc.c
+++ b/
src/src/dmarc.c
@@
-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 */