mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Ignore include file records when loading LDIF tree, their contents
have already been incorporated into the LDIF.
This commit is contained in:
parent
15fe667281
commit
931d7f4a95
@ -3277,8 +3277,10 @@ config_add_internal( CfBackInfo *cfb, Entry *e, SlapReply *rs, int *renum )
|
||||
break;
|
||||
|
||||
case Cft_Include:
|
||||
if ( !rs ) /* ignored */
|
||||
if ( !rs ) {
|
||||
nocs = 0; /* ignored */
|
||||
break;
|
||||
}
|
||||
type_ad = cfAd_include;
|
||||
break;
|
||||
#ifdef SLAPD_MODULES
|
||||
|
Loading…
Reference in New Issue
Block a user