diff --git a/appl/rsh/rsh.c b/appl/rsh/rsh.c index f038bedb6..1fa19535b 100644 --- a/appl/rsh/rsh.c +++ b/appl/rsh/rsh.c @@ -906,7 +906,7 @@ main(int argc, char **argv) if(priv_socket1 < 0) { if (use_only_broken) - errx ("unable to bind reserved port: is rsh setuid root?"); + errx (1, "unable to bind reserved port: is rsh setuid root?"); use_broken = 0; }