aboutsummaryrefslogtreecommitdiff
path: root/src/callout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callout.c')
-rw-r--r--src/callout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/callout.c b/src/callout.c
index e59e8f04..633a33b7 100644
--- a/src/callout.c
+++ b/src/callout.c
@@ -637,8 +637,6 @@ callout_mx(struct smtp_io_data *iop, const char *hostname, int *pcount)
637 struct mxbuf mxbuf; 637 struct mxbuf mxbuf;
638 mf_status rc, mxstat; 638 mf_status rc, mxstat;
639 639
640 mxbuf.mx_max = max_callout_mx;
641 mxbuf.mx_flags = MXF_MAX;
642 mxstat = getmx(hostname, &mxbuf); 640 mxstat = getmx(hostname, &mxbuf);
643 641
644 if (pcount) 642 if (pcount)

Return to:

Send suggestions and report system problems to the System administrator.