]> git.sur5r.net Git - openldap/commitdiff
Debug output: printed soc_cname, should be soc_cname.bv_val
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 4 Jul 2005 06:05:04 +0000 (06:05 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 4 Jul 2005 06:05:04 +0000 (06:05 +0000)
servers/slapd/back-bdb/id2entry.c
servers/slapd/back-ldbm/entry.c

index 5a08b4db51943e257ced618e21c9a1e2758089c9..9a1e7d520c3ad626cdccc0222685cb5cbbc5a82d 100644 (file)
@@ -400,7 +400,7 @@ dn2entry_retry:
        if ( oc && !is_entry_objectclass( e, oc, 0 )) {
                Debug( LDAP_DEBUG_ACL,
                        "<= bdb_entry_get: failed to find objectClass %s\n",
-                       oc->soc_cname, 0, 0 ); 
+                       oc->soc_cname.bv_val, 0, 0 ); 
                rc = LDAP_NO_SUCH_ATTRIBUTE;
                goto return_results;
        }
index 3fae53e80743c6ea307842c0d87047b827191180..f8da8e07e841de2366aa7a6004a4e6851594a8e2 100644 (file)
@@ -118,7 +118,7 @@ int ldbm_back_entry_get(
        if ( oc && !is_entry_objectclass( e, oc, 0 )) {
                Debug( LDAP_DEBUG_ACL,
                        "<= ldbm_back_entry_get: failed to find objectClass %s\n",
-                       oc->soc_cname, 0, 0 ); 
+                       oc->soc_cname.bv_val, 0, 0 ); 
                rc = LDAP_NO_SUCH_ATTRIBUTE;
                goto return_results;
        }