mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
Fix rev 1.403 (ITS#6428): C90 does not accept mixed declarations and code
This commit is contained in:
parent
8133ec8b21
commit
904ba0d317
1 changed files with 2 additions and 1 deletions
|
|
@ -2256,11 +2256,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 a new issue