mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
remove useless cast
This commit is contained in:
parent
a195276142
commit
d43f00c182
@ -146,7 +146,7 @@ bsdauth_verify(pw, prompt, auth)
|
||||
nil_pw = 1;
|
||||
|
||||
if (pass) {
|
||||
authok = auth_userresponse(as, (char *)pass, 1);
|
||||
authok = auth_userresponse(as, pass, 1);
|
||||
zero_bytes(pass, strlen(pass));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user