mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
Minor cosmetic fix from Tito.
This commit is contained in:
parent
8bcc6e964b
commit
3d1bbf0a5f
@ -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 ( "\nno valid shadow password" );
|
||||
|
||||
correct = sp-> sp_pwdp;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user