From: Howard Chu Date: Wed, 3 Mar 2010 03:02:08 +0000 (+0000) Subject: Fix prev commit X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=861e0ce3d64c924e28d4f541163d42a231a84139;p=openldap Fix prev commit --- 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 */