1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 09:24:22 +01:00

Avoid warning.

This commit is contained in:
Simon Josefsson 2009-03-30 08:11:26 +00:00
parent 51a37be3df
commit 35b4a6187e

View File

@ -584,7 +584,7 @@ pam_sm_setcred (pam_handle_t * pamh, int flags, int argc, const char **argv)
/* TODO: ? */ /* TODO: ? */
retval = pam_get_data (pamh, "yubico_setcred_return", retval = pam_get_data (pamh, "yubico_setcred_return",
&auth_retval); (void*) (intptr_t) &auth_retval);
D (("retval: %d", auth_retval)); D (("retval: %d", auth_retval));
if (retval != PAM_SUCCESS) if (retval != PAM_SUCCESS)
return PAM_CRED_UNAVAIL; return PAM_CRED_UNAVAIL;