From 0e35afb5d674efb30b573a01215b9a86196dd772 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 29 Nov 1998 23:39:56 +0000 Subject: Fix core-dump bug. svn path=/trunk/; revision=2234 --- driver.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 42283c69..a313de19 100644 --- a/driver.c +++ b/driver.c @@ -251,10 +251,7 @@ static char *parse_received(struct query *ctl, char *bufp) if (!(ok = strstr(base, "by"))) break; else if (!isspace(ok[-1]) || !isspace(ok[2])) - { - ok = (char *)NULL; continue; - } else { char *sp, *tp; @@ -302,10 +299,7 @@ static char *parse_received(struct query *ctl, char *bufp) if (!(ok = strstr(base, "for"))) break; else if (!isspace(ok[-1]) || !isspace(ok[3])) - { - ok = (char *)NULL; continue; - } else { char *sp, *tp; -- cgit v1.2.3