From 861e0ce3d64c924e28d4f541163d42a231a84139 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 3 Mar 2010 03:02:08 +0000 Subject: [PATCH] Fix prev commit --- servers/slapd/syncrepl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 4257cfcf0b..118cc059a2 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -1206,7 +1206,7 @@ static int syncrepl_accesslog_mods( syncinfo_t *si, struct berval *vals, - struct Modifications **modres + Modifications **modres ) { char *colon; @@ -1229,9 +1229,9 @@ syncrepl_accesslog_mods( bv.bv_len = colon - bv.bv_val; if ( slap_bv2ad( &bv, &ad, &text )) { /* Invalid */ - Debug( LDAP_DEBUG_ANY, "syncrepl_accesslog_mods: %s " + Debug( LDAP_DEBUG_ANY, "syncrepl_accesslog_mods: rid=%03d " "Invalid attribute %s, %s\n", - si->si_ridtxt, bv.bv_val, text ); + si->si_rid, bv.bv_val, text ); slap_mods_free( modlist, 1 ); modlist = NULL; rc = -1; @@ -1281,7 +1281,7 @@ static int syncrepl_changelog_mods( syncinfo_t *si, struct berval *vals, - struct Modifications **modres + Modifications **modres ) { return -1; /* FIXME */ -- 2.47.2