Figured it out, misapplied a patch, ftpd now works again.

This commit is contained in:
Paul Traina 1994-10-22 06:23:15 +00:00
parent 0d78c1c051
commit 9e53ab00d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3777

View File

@ -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);