Fix abort bug.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1070 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user