mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Debug output: printed soc_cname, should be soc_cname.bv_val
This commit is contained in:
parent
430fdb7a1c
commit
40c91251e6
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue