aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 2adf1112..464cf68e 100644
--- a/driver.c
+++ b/driver.c
@@ -1102,6 +1102,8 @@ int num; /* index of message */
if (idp->val.status.mark == XMIT_ACCEPT)
good_addresses++;
+ destaddr = "localhost";
+
length = strlen(ctl->mda) + 1;
before = xstrdup(ctl->mda);