mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
remove obsolete comment
This commit is contained in:
parent
a7825f269d
commit
85532fc4d4
@ -47,8 +47,7 @@ int correct_password(const struct passwd *pw)
|
|||||||
char buffer[256];
|
char buffer[256];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* fake salt. crypt() can choke otherwise.
|
/* fake salt. crypt() can choke otherwise. */
|
||||||
* (bb_banner's first two chars are letters and thus are valid salt) */
|
|
||||||
correct = "aa";
|
correct = "aa";
|
||||||
if (!pw) {
|
if (!pw) {
|
||||||
/* "aa" will never match */
|
/* "aa" will never match */
|
||||||
|
Loading…
Reference in New Issue
Block a user