mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
ITS#8231 fix ITS#8042 regression
This commit is contained in:
parent
9d2dc5dd24
commit
2eaf8eb213
1 changed files with 3 additions and 0 deletions
|
|
@ -2769,6 +2769,9 @@ presentlist_find(
|
|||
Avlnode **a2 = (Avlnode **)av;
|
||||
unsigned short s;
|
||||
|
||||
if (!av)
|
||||
return NULL;
|
||||
|
||||
memcpy(&s, val->bv_val, 2);
|
||||
return avl_find( a2[s], val->bv_val+2, syncuuid_cmp );
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue