mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix rev 1.200 commit: C90 forbids mixed declarations and code
This commit is contained in:
parent
27ccb54091
commit
da747ed63a
@ -2478,8 +2478,9 @@ pcache_response(
|
|||||||
} else if ( rs->sr_err == LDAP_SIZELIMIT_EXCEEDED
|
} else if ( rs->sr_err == LDAP_SIZELIMIT_EXCEEDED
|
||||||
&& si->qtemp->limitttl )
|
&& si->qtemp->limitttl )
|
||||||
{
|
{
|
||||||
si->caching_reason = PC_SIZELIMIT;
|
|
||||||
Entry *e;
|
Entry *e;
|
||||||
|
|
||||||
|
si->caching_reason = PC_SIZELIMIT;
|
||||||
for (;si->head; si->head=e) {
|
for (;si->head; si->head=e) {
|
||||||
e = si->head->e_private;
|
e = si->head->e_private;
|
||||||
si->head->e_private = NULL;
|
si->head->e_private = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user