mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Cleanup prev commit
This commit is contained in:
parent
9d026c6445
commit
83c259a207
@ -645,9 +645,9 @@ int slap_add_opattrs(
|
|||||||
|
|
||||||
if ( SLAP_LASTMOD( op->o_bd ) ) {
|
if ( SLAP_LASTMOD( op->o_bd ) ) {
|
||||||
char *ptr;
|
char *ptr;
|
||||||
timestamp.bv_val = timebuf;
|
|
||||||
int gotcsn = 0;
|
int gotcsn = 0;
|
||||||
|
|
||||||
|
timestamp.bv_val = timebuf;
|
||||||
a = attr_find( op->ora_e->e_attrs, slap_schema.si_ad_entryCSN );
|
a = attr_find( op->ora_e->e_attrs, slap_schema.si_ad_entryCSN );
|
||||||
if ( a ) {
|
if ( a ) {
|
||||||
gotcsn = 1;
|
gotcsn = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user