1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3:memcache: remove the idmap-part from memcache

This was useful before the idmap cache was moved to gencache.
Nowadays it is available to smbd through gencache, so we
can remove the extra caching layer.
This commit is contained in:
Michael Adam 2012-04-20 10:56:58 +02:00
parent 499e7372be
commit 8e690ed3cf

View File

@ -35,10 +35,6 @@ struct memcache;
enum memcache_number {
STAT_CACHE,
UID_SID_CACHE,
SID_UID_CACHE,
GID_SID_CACHE,
SID_GID_CACHE,
GETWD_CACHE,
GETPWNAM_CACHE, /* talloc */
MANGLE_HASH2_CACHE,