]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/at.c
Fix ITS#3424
[openldap] / servers / slapd / at.c
index 0008b36bed49f96fb47cb7454bfb716070fec02b..bc3d12f53e4fdc72771102bd89072d2e68ec8a27 100644 (file)
@@ -24,7 +24,6 @@
 #include <ac/string.h>
 #include <ac/time.h>
 
-#include "ldap_pvt.h"
 #include "slap.h"
 
 
@@ -537,7 +536,7 @@ at_add(
                        return SLAP_SCHERR_ATTR_BAD_MR;
                }
 
-               /* due to funky LDAP builtin substring rules, we
+               /* due to funky LDAP builtin substring rules,
                 * we check against the equality rule assertion
                 * syntax and compat syntaxes instead of those
                 * associated with the substrings rule.