mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Figured it out, misapplied a patch, ftpd now works again.
This commit is contained in:
parent
0d78c1c051
commit
9e53ab00d2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3777
@ -976,7 +976,7 @@ yylex()
|
||||
upper(cp);
|
||||
p = lookup(sitetab, cp);
|
||||
cbuf[cpos] = c;
|
||||
if (p != 0) {
|
||||
if (guest == 0 && p != 0) {
|
||||
if (p->implemented == 0) {
|
||||
state = CMD;
|
||||
nack(p->name);
|
||||
|
Loading…
Reference in New Issue
Block a user