(getreply): remove extra `break'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5182 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-11-02 02:15:33 +00:00
parent fd96adb705
commit ece94e8d9f

View File

@@ -333,7 +333,6 @@ getreply (int expecteof)
}
code = 421;
return (4);
break;
case IAC:
c = getc (cin);
if (c == WILL || c == WONT)