diff options
author | Rob Landley <rob@landley.net> | 2006-07-15 19:46:46 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-07-15 19:46:46 +0000 |
commit | 1870737480b8beaa6c8834b916da7f73f4fb4807 (patch) | |
tree | ec77a9b533a69272ea9528c251f0c82aefb5c9c4 /loginutils | |
parent | 83169c607be1dbaa8731f73d71cbf990fc4cb05d (diff) | |
download | busybox-w32-1870737480b8beaa6c8834b916da7f73f4fb4807.tar.gz busybox-w32-1870737480b8beaa6c8834b916da7f73f4fb4807.tar.bz2 busybox-w32-1870737480b8beaa6c8834b916da7f73f4fb4807.zip |
Comment tweak from tito.
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/su.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/su.c b/loginutils/su.c index bd3e7c566..660ec6f51 100644 --- a/loginutils/su.c +++ b/loginutils/su.c | |||
@@ -87,7 +87,7 @@ int su_main ( int argc, char **argv ) | |||
87 | setup_environment(opt_shell, flags & SU_OPT_l, !(flags & SU_OPT_mp), pw); | 87 | setup_environment(opt_shell, flags & SU_OPT_l, !(flags & SU_OPT_mp), pw); |
88 | USE_SELINUX(set_current_security_context(NULL);) | 88 | USE_SELINUX(set_current_security_context(NULL);) |
89 | 89 | ||
90 | /* Returns only on error */ | 90 | /* Never returns */ |
91 | run_shell(opt_shell, flags & SU_OPT_l, opt_command, (const char**)opt_args); | 91 | run_shell(opt_shell, flags & SU_OPT_l, opt_command, (const char**)opt_args); |
92 | 92 | ||
93 | return EXIT_FAILURE; | 93 | return EXIT_FAILURE; |