diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-25 15:35:49 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-25 15:35:49 +0000 |
| commit | a6d307976be9de94f3c05ff879a558f1fa347c6c (patch) | |
| tree | 4c83908c20a58efb17bd11bbeb99ffdd762c397b /src/qmail-remote/qmail-remote.c | |
| parent | 86a5a8e82238b512000b994bd59b7bf5e2769d4a (diff) | |
| download | smtpd-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.c | 3 |
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 ; |
