mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed compiler warning
This commit is contained in:
parent
60cc9eebee
commit
e5f4fe980d
@ -472,7 +472,7 @@ int auth_verify_password_pam(LOGBOOK *lbs, const char *user, const char *passwor
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* set conversation application data to our password */
|
/* set conversation application data to our password */
|
||||||
elog_pam_conv.appdata_ptr = password;
|
elog_pam_conv.appdata_ptr = (char *)password;
|
||||||
|
|
||||||
/* start PAM auth procedure */
|
/* start PAM auth procedure */
|
||||||
sprintf(str, "[PAM] Starting authentication for user %s", user);
|
sprintf(str, "[PAM] Starting authentication for user %s", user);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user