Convert a couple of bogus null statements to the right form.
(Heading to WARNS=2.)
This commit is contained in:
parent
e3086a21e8
commit
012cdd2c90
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user