Warning cleanup: signed meets unsigned: SASL struct propval {unsigned nvalues}.

This commit is contained in:
Hallvard Furuseth 2008-10-18 23:59:53 +00:00
parent 7cd654253e
commit 3fff0a7919

View File

@ -397,7 +397,8 @@ slap_auxprop_store(
Operation op = {0}; Operation op = {0};
Opheader oph; Opheader oph;
SlapReply rs = {REP_RESULT}; SlapReply rs = {REP_RESULT};
int rc, i, j; int rc, i;
unsigned j;
Connection *conn = NULL; Connection *conn = NULL;
const struct propval *pr; const struct propval *pr;
Modifications *modlist = NULL, **modtail = &modlist, *mod; Modifications *modlist = NULL, **modtail = &modlist, *mod;