Comment tweak from tito.

This commit is contained in:
Rob Landley 2006-07-15 19:46:46 +00:00
parent 83169c607b
commit 1870737480

View File

@ -87,7 +87,7 @@ int su_main ( int argc, char **argv )
setup_environment(opt_shell, flags & SU_OPT_l, !(flags & SU_OPT_mp), pw);
USE_SELINUX(set_current_security_context(NULL);)
/* Returns only on error */
/* Never returns */
run_shell(opt_shell, flags & SU_OPT_l, opt_command, (const char**)opt_args);
return EXIT_FAILURE;