summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/main.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-01-24 00:41:11 +0000
committerache <ache@FreeBSD.org>1995-01-24 00:41:11 +0000
commitc74d5145655e11b7e3d27ea28786401ec25eca45 (patch)
treeb8dc97a3ee43baf224bcde5f5a9b855be69ac88a /usr.bin/ncftp/main.c
parent747a6d170b3cbe755d8fc0cb5bd694f9afa57170 (diff)
downloadFreeBSD-src-c74d5145655e11b7e3d27ea28786401ec25eca45.zip
FreeBSD-src-c74d5145655e11b7e3d27ea28786401ec25eca45.tar.gz
Merge.
Diffstat (limited to 'usr.bin/ncftp/main.c')
-rw-r--r--usr.bin/ncftp/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ncftp/main.c b/usr.bin/ncftp/main.c
index 8a59967..d7aa1b8 100644
--- a/usr.bin/ncftp/main.c
+++ b/usr.bin/ncftp/main.c
@@ -2,7 +2,7 @@
#define _main_c_
-#define FTP_VERSION "1.9.1 (January 1, 1995)"
+#define FTP_VERSION "1.9.2 (January 20, 1995)"
/* #define BETA 1 */ /* If defined, it prints a little warning message. */
@@ -345,8 +345,9 @@ Examples:\n\
makeargv();
/* setpeer uses this to tell if it was called from the cmd-line. */
eventnumber = 0L;
- if (cmdOpen(margc, margv) != NOERR)
+ if (cmdOpen(margc, margv) != NOERR) {
exit(1);
+ }
}
eventnumber = 1L;
OpenPOWER on IntegriCloud