mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup
This commit is contained in:
parent
c965d2c86d
commit
74ad5210c0
@ -460,9 +460,12 @@ dynlist_prepare_entry( Operation *op, SlapReply *rs, dynlist_info_t *dli )
|
||||
}
|
||||
o.ors_scope = lud->lud_scope;
|
||||
|
||||
for ( dlm = dli->dli_dlm; dlm; dlm = dlm->dlm_next )
|
||||
if (dlm->dlm_mapped_ad != NULL)
|
||||
for ( dlm = dli->dli_dlm; dlm; dlm = dlm->dlm_next ) {
|
||||
if ( dlm->dlm_mapped_ad != NULL ) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if ( dli->dli_dlm && !dlm ) {
|
||||
/* if ( lud->lud_attrs != NULL ),
|
||||
* the URL should be ignored */
|
||||
|
Loading…
Reference in New Issue
Block a user