artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e06ba91
)
no, bad commit
author
deraadt
<deraadt@openbsd.org>
Wed, 4 Sep 1996 15:40:27 +0000
(15:40 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 4 Sep 1996 15:40:27 +0000
(15:40 +0000)
libexec/ftpd/ftpd.c
patch
|
blob
|
history
diff --git
a/libexec/ftpd/ftpd.c
b/libexec/ftpd/ftpd.c
index
e659f7f
..
f3f79e7
100644
(file)
--- a/
libexec/ftpd/ftpd.c
+++ b/
libexec/ftpd/ftpd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ftpd.c,v 1.1
8 1996/09/04 14:41:29
deraadt Exp $ */
+/* $OpenBSD: ftpd.c,v 1.1
9 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