mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
remove obsolete comment
This commit is contained in:
parent
a7825f269d
commit
85532fc4d4
1 changed files with 1 additions and 2 deletions
|
|
@ -47,8 +47,7 @@ int correct_password(const struct passwd *pw)
|
|||
char buffer[256];
|
||||
#endif
|
||||
|
||||
/* fake salt. crypt() can choke otherwise.
|
||||
* (bb_banner's first two chars are letters and thus are valid salt) */
|
||||
/* fake salt. crypt() can choke otherwise. */
|
||||
correct = "aa";
|
||||
if (!pw) {
|
||||
/* "aa" will never match */
|
||||
|
|
|
|||
Loading…
Reference in a new issue