mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 17:18:16 -05:00
declaration after code (introduced by ITS#6428 fix)
This commit is contained in:
parent
aeeed3da85
commit
8542dfd6d7
1 changed files with 2 additions and 1 deletions
|
|
@ -2337,11 +2337,12 @@ ok:
|
||||||
* the other databases as needed */
|
* the other databases as needed */
|
||||||
AttributeDescription *ad=NULL;
|
AttributeDescription *ad=NULL;
|
||||||
const char *text = NULL;
|
const char *text = NULL;
|
||||||
|
CfEntryInfo *ce = c->ca_entry->e_private;
|
||||||
|
|
||||||
slap_str2ad(c->argv[0], &ad, &text);
|
slap_str2ad(c->argv[0], &ad, &text);
|
||||||
/* if we got here... */
|
/* if we got here... */
|
||||||
assert( ad != NULL );
|
assert( ad != NULL );
|
||||||
|
|
||||||
CfEntryInfo *ce = c->ca_entry->e_private;
|
|
||||||
if ( ce->ce_type == Cft_Global ){
|
if ( ce->ce_type == Cft_Global ){
|
||||||
ce = ce->ce_kids;
|
ce = ce->ce_kids;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue