diff options
| author | Paul Traina <pst@FreeBSD.org> | 1994-10-22 06:19:53 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1994-10-22 06:19:53 +0000 |
| commit | 0d78c1c0512867b59b7aaaa3e6506a0c6a800752 (patch) | |
| tree | 76e22b19d3f2ff7222314482dc50447dd86c2240 /libexec/ftpd | |
| parent | 2f822e9be729c661e69bdf051c706c61aea8a746 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/ftpcmd.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 5c090e35fae7..6ec3d252545a 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -951,7 +951,7 @@ yylex() upper(cbuf); p = lookup(cmdtab, cbuf); cbuf[cpos] = c; - if (guest != 0 && p != 0) { + if (p != 0) { if (p->implemented == 0) { nack(p->name); longjmp(errcatch,0); |
