mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Yet another bug fix... this one from Luke.
This commit is contained in:
parent
3b799694ee
commit
81420d4f91
@ -150,6 +150,9 @@ static int objectSubClassIndexer(
|
||||
#endif
|
||||
}
|
||||
|
||||
ocvalues[i].bv_val = NULL;
|
||||
ocvalues[i].bv_len = 0;
|
||||
|
||||
/* expand values */
|
||||
for( i=0; i<noc; i++ ) {
|
||||
int j;
|
||||
|
Loading…
Reference in New Issue
Block a user