mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#7577 more for previous commit
This commit is contained in:
parent
fb537d747c
commit
201ddbe3e4
1 changed files with 3 additions and 1 deletions
|
|
@ -649,8 +649,10 @@ dn2entry_retry:
|
|||
continue;
|
||||
iscopes[cursor++] = scopes[cscope].mid;
|
||||
}
|
||||
iscopes[0] = scopes[0].mid - 1;
|
||||
} else {
|
||||
iscopes[0] = 0;
|
||||
}
|
||||
iscopes[0] = scopes[0].mid - 1;
|
||||
|
||||
isc.id = base->e_id;
|
||||
isc.numrdns = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue