diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-10-26 04:30:05 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-10-26 04:30:05 +0000 |
| commit | 45ffe5605f3c9e78a4737c0ea7513488c3b250b9 (patch) | |
| tree | 8f0642536e3b02c47a18ff240c899c8b0c1d560e /libexec/ftpd | |
| parent | 7c01a9ae48327707be7fa94486581f91f802ba33 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/ftpcmd.y | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 84c028bab552..84ed470a1aeb 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -200,6 +200,7 @@ cmd port_check_v6("pcmd"); #endif port_done: + 42; /* Life, the universe and everything! */ } | LPRT check_login SP host_long_port CRLF { @@ -221,6 +222,7 @@ cmd goto lprt_done; #endif lprt_done: + 42; /* Life, the universe and everything! */ } | EPRT check_login SP STRING CRLF { |
