aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2004-07-31 14:03:14 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2004-07-31 14:03:14 +0000
commit012cdd2c90ab25e08eca2e90a47fdefc73e92956 (patch)
tree0447f84e38c6fe4d8c12b2fa36b3a69a22f64926
parente3086a21e855032b2cded9c1f5b353b9be17cfea (diff)
Notes
-rw-r--r--libexec/ftpd/ftpcmd.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y
index 84ed470a1aeb..b00dc0118694 100644
--- a/libexec/ftpd/ftpcmd.y
+++ b/libexec/ftpd/ftpcmd.y
@@ -200,7 +200,7 @@ cmd
port_check_v6("pcmd");
#endif
port_done:
- 42; /* Life, the universe and everything! */
+ ;
}
| LPRT check_login SP host_long_port CRLF
{
@@ -222,7 +222,7 @@ cmd
goto lprt_done;
#endif
lprt_done:
- 42; /* Life, the universe and everything! */
+ ;
}
| EPRT check_login SP STRING CRLF
{