• Moti Cohen's avatar
    Fix returned value nextExpireTime by ebExpire() (#13313) · 56169112
    Moti Cohen authored
    At `ebuckets` structure, On `ebExpire()`, if the callback indicated to update 
    the item expiration time and return it back to ebuckets (`ACT_UPDATE_EXP_ITEM`), 
    then returned value `nextExpireTime` should be updated, if needed. 
    Invalid value of `nextExpireTime` was modified from 0 to `EB_EXPIRE_TIME_INVALID`.
    56169112
ebuckets.c 92.3 KB