]> git.sur5r.net Git - openldap/commitdiff
Warning cleanup: signed meets unsigned: SASL struct propval {unsigned nvalues}.
authorHallvard Furuseth <hallvard@openldap.org>
Sat, 18 Oct 2008 23:59:53 +0000 (23:59 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 18 Oct 2008 23:59:53 +0000 (23:59 +0000)
servers/slapd/sasl.c

index 0a300fa879fe107e78f7a31cb8c98a1af5279348..0f8b909a9ed9c9ebee378c6d2eff09c44352e48c 100644 (file)
@@ -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;