mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 14:25:24 -05:00
Fix rev 1.200 commit: C90 forbids mixed declarations and code
This commit is contained in:
parent
27ccb54091
commit
da747ed63a
1 changed files with 2 additions and 1 deletions
|
|
@ -2478,8 +2478,9 @@ pcache_response(
|
|||
} else if ( rs->sr_err == LDAP_SIZELIMIT_EXCEEDED
|
||||
&& si->qtemp->limitttl )
|
||||
{
|
||||
si->caching_reason = PC_SIZELIMIT;
|
||||
Entry *e;
|
||||
|
||||
si->caching_reason = PC_SIZELIMIT;
|
||||
for (;si->head; si->head=e) {
|
||||
e = si->head->e_private;
|
||||
si->head->e_private = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue