no, bad commit
authorderaadt <deraadt@openbsd.org>
Wed, 4 Sep 1996 15:40:27 +0000 (15:40 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 4 Sep 1996 15:40:27 +0000 (15:40 +0000)
libexec/ftpd/ftpd.c

index e659f7f..f3f79e7 100644 (file)
@@ -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