search for: soloviev

Displaying 1 result from an estimated 1 matches for "soloviev".

2008 Sep 08
4
ACL plugin
...eges. To fix this, go to src/plugins/acl/acl-cache.c:391. The line and the one following it should read p[j] |= obj_cache->my_neg_rights[i]->mask[j]; Replace that to read p[j] &= ~obj_cache->my_neg_rights[i]->mask[j]; I hope this information is useful. Regards, M. Soloviev