summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 84ed470..b00dc01 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
{
OpenPOWER on IntegriCloud