mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
fix typo (ITS#4784)
This commit is contained in:
parent
69beae5d7d
commit
7684514535
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ backsql_entry_addattr(
|
|||
|
||||
#ifdef BACKSQL_TRACE
|
||||
Debug( LDAP_DEBUG_TRACE, "backsql_entry_addattr(\"%s\"): %s=%s\n",
|
||||
e->e_name.bv_val, ad->ad_cname->bv_val, val->bv_val );
|
||||
e->e_name.bv_val, ad->ad_cname.bv_val, val->bv_val );
|
||||
#endif /* BACKSQL_TRACE */
|
||||
|
||||
rc = attr_merge_normalize_one( e, ad, val, memctx );
|
||||
|
|
|
|||
Loading…
Reference in a new issue