[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#3949) missing #ifdef SLAP_ACL in aclparse.c



Full_Name: Donn Cave
Version: OPENLDAP_REL_ENG_2_3
OS: NetBSD 2.0
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (128.95.135.150)


servers/slapd/aclparse.c:2253  if ( a->a_dynacl != NULL ) {

(and following) should be conditional on SLAP_ACL.  Won't compile otherwise, due
to missing types etc.