Skip to content
Snippets Groups Projects
Commit fd69bf5b authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#8231 fix ITS#8042 regression

parent 3a1f27db
No related branches found
No related tags found
No related merge requests found
......@@ -2750,6 +2750,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment