summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-03-14 23:25:46 +0000
committermillert <millert@openbsd.org>1997-03-14 23:25:46 +0000
commit32c561c9ff33c56e7ebab73f036473c23df9cff6 (patch)
tree32bf43c2ec8f7b3d220263e5613fa60aae4deb1a
parentUpdate from 4.4BSD-lite2 (diff)
downloadwireguard-openbsd-32c561c9ff33c56e7ebab73f036473c23df9cff6.tar.xz
wireguard-openbsd-32c561c9ff33c56e7ebab73f036473c23df9cff6.zip
Add missing line, doh!
-rw-r--r--usr.bin/ftp/ftp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c
index e0841179492..99ca67c2a62 100644
--- a/usr.bin/ftp/ftp.c
+++ b/usr.bin/ftp/ftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftp.c,v 1.14 1997/03/14 05:40:20 millert Exp $ */
+/* $OpenBSD: ftp.c,v 1.15 1997/03/14 23:25:46 millert Exp $ */
/* $NetBSD: ftp.c,v 1.23 1997/03/13 06:23:17 lukem Exp $ */
/*
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)ftp.c 8.6 (Berkeley) 10/27/94";
#else
-static char rcsid[] = "$OpenBSD: ftp.c,v 1.14 1997/03/14 05:40:20 millert Exp $";
+static char rcsid[] = "$OpenBSD: ftp.c,v 1.15 1997/03/14 23:25:46 millert Exp $";
#endif
#endif /* not lint */
@@ -843,6 +843,7 @@ recvrequest(cmd, local, remote, lmode, printnames)
(void)signal(SIGINT, oldintr);
if (oldinti)
(void)signal(SIGINFO, oldinti);
+ progress = oprogress;
code = -1;
return;
}