diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
commit | 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch) | |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 /loginutils/sulogin.c | |
parent | a6127aacef047ed7661722705b052811fbe7f467 (diff) | |
download | busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.bz2 busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip |
whitespace cleanup
Diffstat (limited to 'loginutils/sulogin.c')
-rw-r--r-- | loginutils/sulogin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index a2238d49d..8cfb64e9a 100644 --- a/loginutils/sulogin.c +++ b/loginutils/sulogin.c | |||
@@ -73,7 +73,7 @@ int sulogin_main(int argc, char **argv) | |||
73 | 73 | ||
74 | if (!(pwd = getpwuid(0))) { | 74 | if (!(pwd = getpwuid(0))) { |
75 | goto auth_error; | 75 | goto auth_error; |
76 | } | 76 | } |
77 | 77 | ||
78 | if (ENABLE_FEATURE_SHADOWPASSWDS) { | 78 | if (ENABLE_FEATURE_SHADOWPASSWDS) { |
79 | if (!(spwd = getspnam(pwd->pw_name))) { | 79 | if (!(spwd = getspnam(pwd->pw_name))) { |
@@ -108,6 +108,6 @@ int sulogin_main(int argc, char **argv) | |||
108 | run_shell(pwd->pw_shell, 1, 0, 0); | 108 | run_shell(pwd->pw_shell, 1, 0, 0); |
109 | /* never returns */ | 109 | /* never returns */ |
110 | 110 | ||
111 | auth_error: | 111 | auth_error: |
112 | bb_error_msg_and_die("no password entry for `root'"); | 112 | bb_error_msg_and_die("no password entry for `root'"); |
113 | } | 113 | } |