Fix abort bug.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1070 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-11-24 08:08:02 +00:00
parent 7cc5b658c1
commit b25480e04b

View File

@@ -363,7 +363,7 @@ getreply(int expecteof)
fprintf(stdout, "%s%s\n", lead_string, buf);
if(buf[3] == ' '){
strcpy(reply_string, buf);
if (code < 200)
if (code >= 200)
cpend = 0;
sigaction(SIGINT, &osa, NULL);
if (code == 421)