From ece94e8d9fcfc8aae185a385d49f1457c609d248 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 2 Nov 1998 02:15:33 +0000 Subject: [PATCH] (getreply): remove extra `break' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5182 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/appl/ftp/ftp/ftp.c b/appl/ftp/ftp/ftp.c index 5ee901946..00ac3c8fb 100644 --- a/appl/ftp/ftp/ftp.c +++ b/appl/ftp/ftp/ftp.c @@ -333,7 +333,6 @@ getreply (int expecteof) } code = 421; return (4); - break; case IAC: c = getc (cin); if (c == WILL || c == WONT)