]> git.sur5r.net Git - openldap/commitdiff
Fix typo in e_ndn macro
authorHoward Chu <hyc@openldap.org>
Mon, 24 Dec 2001 20:03:54 +0000 (20:03 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 24 Dec 2001 20:03:54 +0000 (20:03 +0000)
servers/slapd/slap.h

index 14188aa8dec0f1c1fa19bf19833e0de4da52efa7..aad4c61918ec46391662612163955be681bce9c6 100644 (file)
@@ -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 */