diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-11-23 16:50:52 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-11-23 16:50:52 +0000 |
commit | e0aa80fa0ec859f01fefe8ac88a1fd345e98bbf4 (patch) | |
tree | 0cf3fc083365ddac97f225be7bccbe0bac7e9a1b /libexec | |
parent | 498d524fb10c5f9cec0c679a50201c3383220fb8 (diff) |
typo in LPSV printing. From: Hiroyuki YAMAMORI <h-yamamo@db3.so-net.ne.jp>
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ftpd/ftpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index d1f93705ff3..e400e08901e 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftpd.c,v 1.80 2000/11/14 20:27:01 itojun Exp $ */ +/* $OpenBSD: ftpd.c,v 1.81 2000/11/23 16:50:51 itojun Exp $ */ /* $NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $ */ /* @@ -2329,7 +2329,7 @@ long_passive(char *cmd, int pf) "%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u)", 6, 16, a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7], a[8], a[9], a[10], - a[11], a[12], a[13], a[14], a[15], 2, + a[11], a[12], a[13], a[14], a[15], 2, p[0], p[1]); return; } |