aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-11-29 23:39:56 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-11-29 23:39:56 +0000
commit0e35afb5d674efb30b573a01215b9a86196dd772 (patch)
treec719f7e5ced62e7ee98708b8f14e99074dd3174f /driver.c
parentcc4c67b060ba2f451356c651f33f81a56035fc7e (diff)
downloadfetchmail-0e35afb5d674efb30b573a01215b9a86196dd772.tar.gz
fetchmail-0e35afb5d674efb30b573a01215b9a86196dd772.tar.bz2
fetchmail-0e35afb5d674efb30b573a01215b9a86196dd772.zip
Fix core-dump bug.
svn path=/trunk/; revision=2234
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c6
1 files changed, 0 insertions, 6 deletions
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;