aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 7f361f69..3ec6e522 100644
--- a/driver.c
+++ b/driver.c
@@ -354,6 +354,9 @@ static char *parse_received(struct query *ctl, char *bufp)
sp = ok + 4;
if (*sp == '<')
sp++;
+ while (*sp == '@') /* skip routes */
+ while (*sp++ != ':')
+ continue;
while (*sp && *sp != '>' && *sp != '@' && *sp != ';')
if (!isspace(*sp))
*tp++ = *sp++;