ck_ht: Return snapshot of object IFF we are not at end of probe sequence.

ck_pring
Samy Al Bahra 12 years ago
parent 5a4dc765d8
commit 452cab1ef6

@ -304,7 +304,10 @@ retry:
leave:
*probe_limit = probes;
*available = first;
*snapshot = *cursor;
if (cursor != NULL) {
*snapshot = *cursor;
}
return cursor;
}

Loading…
Cancel
Save