diff options
author | Volker Lendecke <vl@samba.org> | 2007-12-28 17:24:39 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2007-12-28 17:24:39 +0100 |
commit | 245537f9bd1bddc496da0155012c34a2c7a18668 (patch) | |
tree | b9ab1f4b1acde03e57b8f4b1da00a0f614e755fb /source3/include | |
parent | d826fcf6dfb0e2203a114cbd427badc0abeea559 (diff) | |
download | samba-245537f9bd1bddc496da0155012c34a2c7a18668.tar.gz samba-245537f9bd1bddc496da0155012c34a2c7a18668.tar.bz2 samba-245537f9bd1bddc496da0155012c34a2c7a18668.zip |
Convert get_root_nt_token to memcache
(This used to be commit fada689893314bed2fc78588b3fd9b144f4c808a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/memcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/memcache.h b/source3/include/memcache.h index c615efa695..5a0ce63cb7 100644 --- a/source3/include/memcache.h +++ b/source3/include/memcache.h @@ -34,6 +34,7 @@ enum memcache_number { GETPWNAM_CACHE, /* talloc */ MANGLE_HASH2_CACHE, PDB_GETPWSID_CACHE, /* talloc */ + SINGLETON_CACHE_TALLOC, /* talloc */ SINGLETON_CACHE }; |