mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
ITS#10467 Make sure source is always set
This commit is contained in:
parent
3c7240b1f2
commit
4e327a4d11
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ alias_response( Operation *op, SlapReply *rs )
|
|||
}
|
||||
|
||||
for ( mapping = ov->mappings; mapping && mapping->source; mapping++ ) {
|
||||
Attribute *source, *a;
|
||||
Attribute *source = NULL, *a;
|
||||
int operational = is_at_operational( mapping->source->ad_type ),
|
||||
keep_source = 0;
|
||||
slap_mask_t requested = operational ?
|
||||
|
|
|
|||
Loading…
Reference in a new issue