]> git.sur5r.net Git - openldap/commitdiff
rs->sr_flags should be saved in variables of type slap_mask_t, not int.
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 22 Jul 2005 13:28:49 +0000 (13:28 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 22 Jul 2005 13:28:49 +0000 (13:28 +0000)
servers/slapd/overlays/dynlist.c
servers/slapd/overlays/rwm.c

index a92a180d5680aa258208cf3c8fd9e27c5a4007de..e28d7315bc48c7d3eb1f6fd6d37c7ff868498f63 100644 (file)
@@ -289,7 +289,7 @@ dynlist_send_entry( Operation *op, SlapReply *rs )
        SlapReply       r = { REP_SEARCH };
        struct berval   *url;
        Entry           *e;
-       int             e_flags;
+       slap_mask_t     e_flags;
        int             opattrs,
                        userattrs;
        dynlist_sc_t    dlc = { 0 };
index b45838323179e6e4351dd7eee67717d0d9226db0..9369a1ade3a3a362c5cde07a659f6a383b77ffd0 100644 (file)
@@ -998,7 +998,7 @@ rwm_send_entry( Operation *op, SlapReply *rs )
                        (struct ldaprwmap *)on->on_bi.bi_private;
 
        Entry                   *e = NULL;
-       int                     flags;
+       slap_mask_t             flags;
        struct berval           dn = BER_BVNULL,
                                ndn = BER_BVNULL;
        dncookie                dc;