mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 14:23:34 -05:00
compare attribute type, not value
This commit is contained in:
parent
af54eed042
commit
3d9377f764
1 changed files with 2 additions and 2 deletions
|
|
@ -192,8 +192,8 @@ AVA_Sort( LDAPRDN *rdn, int iAVA )
|
|||
}
|
||||
|
||||
ava = rdn[ 0 ][ i ];
|
||||
a = strcmp( ava_in->la_value.bv_val,
|
||||
ava->la_value.bv_val );
|
||||
a = strcmp( ava_in->la_attr.bv_val,
|
||||
ava->la_attr.bv_val );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue