diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-10 12:37:27 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-10 12:37:27 +0000 |
| commit | 3fcda96986dd7448fd26d28c7c9f03e9e0f673e6 (patch) | |
| tree | b2bbfb5170ae6ac496002163e20dd1a1d34dd61a | |
| parent | fa7b9810d09152a1e6adf16d9d8bad7a037e307f (diff) | |
| download | smtpd-starttls-proxy-3fcda96986dd7448fd26d28c7c9f03e9e0f673e6.tar.gz | |
and one bugfix
| -rw-r--r-- | src/qmail-remote/smtproutes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmail-remote/smtproutes.c b/src/qmail-remote/smtproutes.c index 1aac915..8daa1a7 100644 --- a/src/qmail-remote/smtproutes.c +++ b/src/qmail-remote/smtproutes.c @@ -156,7 +156,7 @@ static inline void smtproutes_compile (int fdr, int fdw) if (!uint160_scan(sa.s + relayend, &port)) qmailr_temp("Invalid port in ", "control/smtproutes") ; uint16_pack_big(sa.s + relaypos, port) ; } - if (val & 0x0100) + if (val & 0x1000) { if (relaypos || relayend > 2 + relaypos) { |
