sgouvern / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

07bb0d4 Resolves: #485321

Authored and Committed by nhosoi 15 years ago
    Resolves: #485321
    Summary: Entry cache: invalid counter usage
    Description: if new entry size is larger than old size, the delta is added to
    the cache size using slapi_counter_add; otherwise, the delta is subtracted from
    the cache size using slapi_counter_subtract.