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:
8bcc6e9
)
Minor cosmetic fix from Tito.
author
Rob Landley
<rob@landley.net>
Mon, 9 Jan 2006 01:07:24 +0000
(
01:07
-0000)
committer
Rob Landley
<rob@landley.net>
Mon, 9 Jan 2006 01:07:24 +0000
(
01:07
-0000)
libbb/correct_password.c
patch
|
blob
|
history
diff --git
a/libbb/correct_password.c
b/libbb/correct_password.c
index 570aa7e86fca02d7323da1b2903c1ccce54446b4..039379ae1b4b826a9d9560d80a1a3a668d346a0e 100644
(file)
--- a/
libbb/correct_password.c
+++ b/
libbb/correct_password.c
@@
-55,7
+55,7
@@
int correct_password ( const struct passwd *pw )
struct spwd *sp = getspnam ( pw-> pw_name );
if ( !sp )
- bb_error_msg_and_die ( "no valid shadow password" );
+ bb_error_msg_and_die ( "
\n
no valid shadow password" );
correct = sp-> sp_pwdp;
}