aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sink.c b/sink.c
index 09e9e7e3..56801c8d 100644
--- a/sink.c
+++ b/sink.c
@@ -1320,7 +1320,7 @@ int close_sink(struct query *ctl, struct msgblk *msg, flag forward)
int smtp_err;
if (ctl->mda)
{
- int rc,e,e2,err = 0;
+ int rc = 0, e = 0, e2 = 0, err = 0;
/* close the delivery pipe, we'll reopen before next message */
if (sinkfp)