diff options
Diffstat (limited to 'contrib/opie/ftpcmd.y')
-rw-r--r-- | contrib/opie/ftpcmd.y | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/opie/ftpcmd.y b/contrib/opie/ftpcmd.y index 10ef24f6a3f8..ed1e71003c82 100644 --- a/contrib/opie/ftpcmd.y +++ b/contrib/opie/ftpcmd.y @@ -1,7 +1,7 @@ /* ftpcmd.y: yacc parser for the FTP daemon. -%%% portions-copyright-cmetz -Portions of this software are Copyright 1996 by Craig Metz, All Rights +%%% portions-copyright-cmetz-96 +Portions of this software are Copyright 1996-1997 by Craig Metz, All Rights Reserved. The Inner Net License Version 2 applies to these portions of the software. You should have received a copy of the license with this software. If @@ -1226,6 +1226,7 @@ VOIDRET help FUNCTION((ctab, s), struct tab *ctab AND char *s) printf("\r\n"); } (void) fflush(stdout); + reply(214, " "); return; } upper(s); |