From 57e404b3cda41ba70f521b902a025a612e6ae189 Mon Sep 17 00:00:00 2001 From: yar Date: Tue, 27 Aug 2002 07:38:55 +0000 Subject: Fix an inconsistency between a printf-like format and its argument list. Submitted by: kris MFC after: 3 days --- libexec/ftpd/ftpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 80af14f..4689136 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, -- cgit v1.1