mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
declaration after code (introduced by ITS#6428 fix)
This commit is contained in:
parent
aeeed3da85
commit
8542dfd6d7
@ -2337,11 +2337,12 @@ ok:
|
||||
* the other databases as needed */
|
||||
AttributeDescription *ad=NULL;
|
||||
const char *text = NULL;
|
||||
CfEntryInfo *ce = c->ca_entry->e_private;
|
||||
|
||||
slap_str2ad(c->argv[0], &ad, &text);
|
||||
/* if we got here... */
|
||||
assert( ad != NULL );
|
||||
|
||||
CfEntryInfo *ce = c->ca_entry->e_private;
|
||||
if ( ce->ce_type == Cft_Global ){
|
||||
ce = ce->ce_kids;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user