mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Missed a test in AttributeDescription commit
This commit is contained in:
parent
c05de965b5
commit
c981026a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ static int index_at_values(
|
|||
mask );
|
||||
}
|
||||
|
||||
if( lang ) {
|
||||
if( lang->bv_len ) {
|
||||
char *dbname = NULL;
|
||||
size_t tlen = strlen( type->sat_cname );
|
||||
size_t llen = lang->bv_len;
|
||||
|
|
|
|||
Loading…
Reference in a new issue