From c6a4f0078c2b9a055f209616e918870f8fc7cd0b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 28 Nov 2005 19:43:06 +0000 Subject: [PATCH] Sync with HEAD --- servers/slapd/back-monitor/init.c | 2 +- servers/slapd/overlays/accesslog.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/servers/slapd/back-monitor/init.c b/servers/slapd/back-monitor/init.c index 14b3a60b88..5292bc85b6 100644 --- a/servers/slapd/back-monitor/init.c +++ b/servers/slapd/back-monitor/init.c @@ -1557,7 +1557,7 @@ monitor_back_db_open( "description: This subtree contains monitoring/managing objects.\n" "description: This object contains information about this server.\n" "description: Most of the information is held in operational" - " attributeTypes, which must be explicitly requested.\n" + " attributes, which must be explicitly requested.\n" "creatorsName: %s\n" "modifiersName: %s\n" "createTimestamp: %s\n" diff --git a/servers/slapd/overlays/accesslog.c b/servers/slapd/overlays/accesslog.c index e802492e8f..5ce4356aa6 100644 --- a/servers/slapd/overlays/accesslog.c +++ b/servers/slapd/overlays/accesslog.c @@ -1280,8 +1280,10 @@ accesslog_db_open( Attribute *a; a = attr_find( e_ctx->e_attrs, slap_schema.si_ad_contextCSN ); - if ( a ) + if ( a ) { + attr_merge( e, slap_schema.si_ad_entryCSN, a->a_vals, NULL ); attr_merge( e, a->a_desc, a->a_vals, NULL ); + } be_entry_release_rw( op, e_ctx, 0 ); } op->o_bd->bd_info = (BackendInfo *)on; -- 2.39.5