aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmail-remote/qmail-remote.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-02-25 15:35:49 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-02-25 15:35:49 +0000
commita6d307976be9de94f3c05ff879a558f1fa347c6c (patch)
tree4c83908c20a58efb17bd11bbeb99ffdd762c397b /src/qmail-remote/qmail-remote.c
parent86a5a8e82238b512000b994bd59b7bf5e2769d4a (diff)
downloadsmtpd-starttls-proxy-a6d307976be9de94f3c05ff879a558f1fa347c6c.tar.gz
Simplify s6-tlsc call
Diffstat (limited to 'src/qmail-remote/qmail-remote.c')
-rw-r--r--src/qmail-remote/qmail-remote.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmail-remote/qmail-remote.c b/src/qmail-remote/qmail-remote.c
index 0e8eaee..58cba67 100644
--- a/src/qmail-remote/qmail-remote.c
+++ b/src/qmail-remote/qmail-remote.c
@@ -147,6 +147,9 @@ int main (int argc, char const *const *argv)
smtproutes_free(&routes) ;
}
+
+ /* Get the MXes and iterate on them */
+
{
genalloc mxipind = GENALLOC_ZERO ;
mxip const *mxs ;