projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83169c6
)
Comment tweak from tito.
author
Rob Landley
<rob@landley.net>
Sat, 15 Jul 2006 19:46:46 +0000
(19:46 -0000)
committer
Rob Landley
<rob@landley.net>
Sat, 15 Jul 2006 19:46:46 +0000
(19:46 -0000)
loginutils/su.c
patch
|
blob
|
history
diff --git
a/loginutils/su.c
b/loginutils/su.c
index bd3e7c56691ac85c57bfc174cd745216f1d036d2..660ec6f515c172a321ac195ffe4d0b9b8321f540 100644
(file)
--- a/
loginutils/su.c
+++ b/
loginutils/su.c
@@
-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;