From b25480e04ba88da50d93a8d90e6a8770799bf016 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 24 Nov 1996 08:08:02 +0000 Subject: [PATCH] Fix abort bug. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1070 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftp/ftp.c b/appl/ftp/ftp/ftp.c index dc68d2e8e..94459811f 100644 --- a/appl/ftp/ftp/ftp.c +++ b/appl/ftp/ftp/ftp.c @@ -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)