From: Ralf Haferkamp Date: Fri, 11 Dec 2009 18:09:47 +0000 (+0000) Subject: declaration after code (introduced by ITS#6428 fix) X-Git-Tag: MIGRATION_CVS2GIT~742 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8542dfd6d7fdcfa00ff3358234b732676dfc8d2e;p=openldap declaration after code (introduced by ITS#6428 fix) --- diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index a04a33ad6d..b4cc3df340 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -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; }