Fixed compiler warning

This commit is contained in:
2019-05-16 11:34:32 +02:00
parent 60cc9eebee
commit e5f4fe980d
+1 -1
View File
@@ -472,7 +472,7 @@ int auth_verify_password_pam(LOGBOOK *lbs, const char *user, const char *passwor
};
/* set conversation application data to our password */
elog_pam_conv.appdata_ptr = password;
elog_pam_conv.appdata_ptr = (char *)password;
/* start PAM auth procedure */
sprintf(str, "[PAM] Starting authentication for user %s", user);