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;
if (pass) {
authok = auth_userresponse(as, (char *)pass, 1);
authok = auth_userresponse(as, pass, 1);
zero_bytes(pass, strlen(pass));
}