diff options
Diffstat (limited to 'src/qmail-remote')
| -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) { |
