Changeset 7891


Ignore:
Timestamp:
11/10/12 11:21:53 (10 years ago)
Author:
corsair
Message:

cacheex: fixing some funny timeouts and not founds when using more than
2 cacheex readers with different group configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/module-cacheex.c

    r7674 r7891  
    332332    }
    333333
    334     er->grp = cl->grp;
     334    er->grp |= cl->grp; //extend group instead overwriting, this fixes some funny not founds and timeouts when using more cacheex readers with different groups
    335335//  er->ocaid = er->caid;
    336336    if (er->rc < E_NOTFOUND) //map FOUND to CACHEEX
Note: See TracChangeset for help on using the changeset viewer.