diff options
author | Michael Adam <obnox@samba.org> | 2012-04-20 10:56:58 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-04-20 23:17:36 +0200 |
commit | 8e690ed3cf514ba34db4acc1d8b709aae052aedb (patch) | |
tree | 3f67f05dff732ba4d1677dcfd9376bdbfd849e4e | |
parent | 499e7372bea051fa08c078d02175d6ea1e6ce8f9 (diff) | |
download | samba-8e690ed3cf514ba34db4acc1d8b709aae052aedb.tar.gz samba-8e690ed3cf514ba34db4acc1d8b709aae052aedb.tar.bz2 samba-8e690ed3cf514ba34db4acc1d8b709aae052aedb.zip |
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.
-rw-r--r-- | source3/include/memcache.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/memcache.h b/source3/include/memcache.h index 0a596b91a5..e0ac4afdf7 100644 --- a/source3/include/memcache.h +++ b/source3/include/memcache.h @@ -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, |