mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Warning cleanup: signed meets unsigned: SASL struct propval {unsigned nvalues}.
This commit is contained in:
parent
7cd654253e
commit
3fff0a7919
@ -397,7 +397,8 @@ slap_auxprop_store(
|
||||
Operation op = {0};
|
||||
Opheader oph;
|
||||
SlapReply rs = {REP_RESULT};
|
||||
int rc, i, j;
|
||||
int rc, i;
|
||||
unsigned j;
|
||||
Connection *conn = NULL;
|
||||
const struct propval *pr;
|
||||
Modifications *modlist = NULL, **modtail = &modlist, *mod;
|
||||
|
Loading…
Reference in New Issue
Block a user