=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/util.c,v retrieving revision 1.91 retrieving revision 1.92 diff -c -r1.91 -r1.92 *** src/usr.bin/ftp/util.c 2019/06/28 13:35:01 1.91 --- src/usr.bin/ftp/util.c 2019/11/18 04:37:35 1.92 *************** *** 1,4 **** ! /* $OpenBSD: util.c,v 1.91 2019/06/28 13:35:01 deraadt Exp $ */ /* $NetBSD: util.c,v 1.12 1997/08/18 10:20:27 lukem Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: util.c,v 1.92 2019/11/18 04:37:35 deraadt Exp $ */ /* $NetBSD: util.c,v 1.12 1997/08/18 10:20:27 lukem Exp $ */ /*- *************** *** 282,289 **** tmp[strcspn(tmp, "\n")] = '\0'; if (tmp[0] != '\0') user = tmp; ! } ! else exit(0); } n = command("USER %s", user); --- 282,288 ---- tmp[strcspn(tmp, "\n")] = '\0'; if (tmp[0] != '\0') user = tmp; ! } else exit(0); } n = command("USER %s", user);