cc-1164 cc: WARNING File = passdb/pdb_ldap.c, Line = 707 Argument of type "int *" is incompatible with parameter of type "size_t *". if (pdb_nds_get_password(ldap_state->smbldap_state, user_dn, &pwd_len, clear_text_pw) == LDAP_SUCCESS) { ^
Created attachment 1375 [details] changes pwd_len to type "size_t"
My build no longer compiles this file, someone should check to see if the compiler error is gone from 3.0.23rc3
I believe that this has been fixed, since pwd_len is now "size_t".