mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo in previous commit. (Benign, code was #if'd out anyway.)
This commit is contained in:
parent
f11c6b27e7
commit
77783bb4b7
@ -58,7 +58,7 @@ static void idl_check(ID_BLOCK *idl)
|
||||
#ifndef USE_INDIRECT_NIDS
|
||||
if( ID_BLOCK_INDIRECT(idl) )
|
||||
{
|
||||
for ( max = 0; !ID_BLOCK_BOID(idl, max); max++ ) ;
|
||||
for ( max = 0; !ID_BLOCK_NOID(idl, max); max++ ) ;
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user