mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 20:34:08 -05:00
Fix typo in e_ndn macro
This commit is contained in:
parent
6441db83c0
commit
3df5c17881
1 changed files with 1 additions and 1 deletions
|
|
@ -642,7 +642,7 @@ typedef struct slap_entry {
|
|||
|
||||
/* for migration purposes */
|
||||
#define e_dn e_name.bv_val
|
||||
#define e_ndn e_name.bv_val
|
||||
#define e_ndn e_nname.bv_val
|
||||
|
||||
Attribute *e_attrs; /* list of attributes + values */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue