mirror of
https://github.com/sheumann/hush.git
synced 2024-12-23 05:29:58 +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 );
|
struct spwd *sp = getspnam ( pw-> pw_name );
|
||||||
|
|
||||||
if ( !sp )
|
if ( !sp )
|
||||||
bb_error_msg_and_die ( "no valid shadow password" );
|
bb_error_msg_and_die ( "\nno valid shadow password" );
|
||||||
|
|
||||||
correct = sp-> sp_pwdp;
|
correct = sp-> sp_pwdp;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user