Skip to content
Snippets Groups Projects
Commit 3df5c178 authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo in e_ndn macro

parent 6441db83
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment