]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit OPENLDAP_REL_ENG_2_3
authorHoward Chu <hyc@openldap.org>
Wed, 3 Mar 2010 03:02:08 +0000 (03:02 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 3 Mar 2010 03:02:08 +0000 (03:02 +0000)
servers/slapd/syncrepl.c

index 4257cfcf0ba181f4317df56de051dbd53add658c..118cc059a2fa7e17bb7000f634fe1d4eca41995d 100644 (file)
@@ -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 */