summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2002-08-27 07:38:55 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2002-08-27 07:38:55 +0000
commita23f61bc28884ebccda5c8dc5abaf0051d1935be (patch)
tree43d93e50b6fbf5c63ac7d888a9d3e6519781ce7b /libexec
parent90f28f9c3bf6a30a4c1ee7345ed836d4c639f0c7 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/ftpd.c2
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,