mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
condition compile dynacl
This commit is contained in:
parent
b2284183f9
commit
add1add854
@ -2250,6 +2250,7 @@ access_free( Access *a )
|
|||||||
if ( !BER_BVISNULL( &a->a_group_pat ) ) {
|
if ( !BER_BVISNULL( &a->a_group_pat ) ) {
|
||||||
free( a->a_group_pat.bv_val );
|
free( a->a_group_pat.bv_val );
|
||||||
}
|
}
|
||||||
|
#ifdef SLAP_DYNACL
|
||||||
if ( a->a_dynacl != NULL ) {
|
if ( a->a_dynacl != NULL ) {
|
||||||
slap_dynacl_t *da;
|
slap_dynacl_t *da;
|
||||||
for ( da = a->a_dynacl; da; ) {
|
for ( da = a->a_dynacl; da; ) {
|
||||||
@ -2264,6 +2265,7 @@ access_free( Access *a )
|
|||||||
ch_free( tmp );
|
ch_free( tmp );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif /* SLAP_DYNACL */
|
||||||
free( a );
|
free( a );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user