2
0
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:
Todd C. Miller 2008-03-30 21:36:51 +00:00
parent a195276142
commit d43f00c182

View File

@ -146,7 +146,7 @@ bsdauth_verify(pw, prompt, auth)
nil_pw = 1; nil_pw = 1;
if (pass) { if (pass) {
authok = auth_userresponse(as, (char *)pass, 1); authok = auth_userresponse(as, pass, 1);
zero_bytes(pass, strlen(pass)); zero_bytes(pass, strlen(pass));
} }