mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
ITS#5057 fix AVA_Sort
This commit is contained in:
parent
d918bc9983
commit
69be5fd675
1 changed files with 1 additions and 3 deletions
|
|
@ -249,7 +249,7 @@ AVA_Sort( LDAPRDN rdn, int iAVA )
|
|||
a = strcmp( ava_in->la_attr.bv_val, ava->la_attr.bv_val );
|
||||
|
||||
if ( a > 0 ) {
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
while ( a == 0 ) {
|
||||
|
|
@ -292,8 +292,6 @@ AVA_Sort( LDAPRDN rdn, int iAVA )
|
|||
rdn[ j ] = rdn[ j - 1 ];
|
||||
}
|
||||
rdn[ i ] = ava_in;
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue