aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index aad43332..fe8a0d70 100644
--- a/driver.c
+++ b/driver.c
@@ -444,6 +444,8 @@ char *realname; /* real name of host */
/* leave extra room for reply_hack to play with */
line = realloc(line, strlen(line) + strlen(buf) + HOSTLEN + 1);
strcat(line, buf);
+ if (line[0] == '\r' && line[1] == '\n')
+ break;
} while
/* we may need to grab RFC822 continuations */
((ch = SockPeek(sockfp)) == ' ' || ch == '\t');