mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
Silence warnings in prev commit
This commit is contained in:
parent
f43086d1c1
commit
20eaae2c7c
@ -363,7 +363,7 @@ retry: /* transaction retry */
|
||||
attr_merge( e, slap_schema.si_ad_objectClass, ocbva, NULL );
|
||||
attr_merge_one( e, slap_schema.si_ad_structuralObjectClass,
|
||||
&ocbva[0], NULL );
|
||||
BEI(e) = ei;
|
||||
e->e_private = ei;
|
||||
fakeroot = 1;
|
||||
rs->sr_err = 0;
|
||||
}
|
||||
@ -529,7 +529,7 @@ retry: /* transaction retry */
|
||||
/* may have changed in bdb_modify_internal() */
|
||||
e->e_ocflags = dummy.e_ocflags;
|
||||
if ( fakeroot ) {
|
||||
BEI(e) = NULL;
|
||||
e->e_private = NULL;
|
||||
entry_free( e );
|
||||
} else {
|
||||
rc = bdb_cache_modify( e, dummy.e_attrs, bdb->bi_dbenv, locker, &lock );
|
||||
|
Loading…
x
Reference in New Issue
Block a user