aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmail-remote/smtproutes.c2
1 files changed, 1 insertions, 1 deletions
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() ;