From f27ce47f1cdc338b1c4a49a7e3bdf8df3c361411 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Feb 2026 13:00:13 +0000 Subject: with correct syntax if possible --- src/qmail-remote/smtproutes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qmail-remote/smtproutes.c b/src/qmail-remote/smtproutes.c index 0470fe4..c8ed263 100644 --- a/src/qmail-remote/smtproutes.c +++ b/src/qmail-remote/smtproutes.c @@ -240,7 +240,7 @@ int smtproutes_match (smtproutes const *routes, char const *s, stralloc *sa, siz if (!r) return 0 ; if (data.len < 3) return 0 ; if (data.s[data.len - 1]) qmailr_temp("Invalid ", "run/qmail-remote/smtproutes.cdb") ; - LOLDEBUG("found: key %s has relay %s", s, data.s + 2) + LOLDEBUG("found: key %s has relay %s", s, data.s + 2) ; *pos = sa->len ; uint16_unpack_big(data.s, port) ; if (!stralloc_catb(sa, data.s + 2, data.len - 2)) dienomem() ; -- cgit v1.3.1