compare attribute type, not value

This commit is contained in:
Pierangelo Masarati 2002-01-16 12:06:42 +00:00
parent af54eed042
commit 3d9377f764

View file

@ -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 );
}
/*