summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-09-04 15:40:27 +0000
committerderaadt <deraadt@openbsd.org>1996-09-04 15:40:27 +0000
commit6e237da701ea44cd4ae54324fc9c83fd7d981afc (patch)
treeef3eb1fc081ef1f91cd48ca12d1b0109c8b1e2b8
parentclear passwd, for safety (diff)
downloadwireguard-openbsd-6e237da701ea44cd4ae54324fc9c83fd7d981afc.tar.xz
wireguard-openbsd-6e237da701ea44cd4ae54324fc9c83fd7d981afc.zip
no, bad commit
-rw-r--r--libexec/ftpd/ftpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index e659f7fa1bd..f3f79e704b2 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftpd.c,v 1.18 1996/09/04 14:41:29 deraadt Exp $ */
+/* $OpenBSD: ftpd.c,v 1.19 1996/09/04 15:40:27 deraadt Exp $ */
/* $NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $ */
/*
@@ -1555,7 +1555,7 @@ yyerror(s)
if (cp = strchr(cbuf,'\n'))
*cp = '\0';
- reply(500, "'%s': command not understood: %s.", cbuf, s);
+ reply(500, "'%s': command not understood.", cbuf);
}
void