diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-08-27 07:38:55 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-08-27 07:38:55 +0000 |
| commit | a23f61bc28884ebccda5c8dc5abaf0051d1935be (patch) | |
| tree | 43d93e50b6fbf5c63ac7d888a9d3e6519781ce7b /libexec | |
| parent | 90f28f9c3bf6a30a4c1ee7345ed836d4c639f0c7 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/ftpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 80af14f7b452..4689136aeea2 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -2120,7 +2120,7 @@ statcmd(void) char hname[NI_MAXHOST]; int ispassive; - lreply(211, "%s FTP server status:", hostname, version); + lreply(211, "%s FTP server status:", hostname); printf(" %s\r\n", version); printf(" Connected to %s", remotehost); if (!getnameinfo((struct sockaddr *)&his_addr, his_addr.su_len, |
