mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix previous commit, compare must return signed result
This commit is contained in:
parent
464292b50c
commit
06c223991f
@ -119,8 +119,8 @@ bdb_bt_compare(
|
||||
const DBT *curkey
|
||||
)
|
||||
{
|
||||
unsigned char x, *u, *c;
|
||||
int i;
|
||||
unsigned char *u, *c;
|
||||
int i, x;
|
||||
|
||||
u = usrkey->data;
|
||||
c = curkey->data;
|
||||
|
Loading…
Reference in New Issue
Block a user