summaryrefslogtreecommitdiff
path: root/source3/nsswitch
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-08-20 03:56:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:43 -0500
commitf6360022828306dd54332377c011ccd3634b23c6 (patch)
tree2f2740fc6eae6ea354b2a834b04e70f3ede86bc3 /source3/nsswitch
parent4031af7606fc1c57aec4e48f9f24466e6164bc66 (diff)
downloadsamba-f6360022828306dd54332377c011ccd3634b23c6.tar.gz
samba-f6360022828306dd54332377c011ccd3634b23c6.tar.bz2
samba-f6360022828306dd54332377c011ccd3634b23c6.zip
r17618: Not using a cache version number (yet). We really should...
Jeremy (This used to be commit b711587f6e33bc5781b15da7bc49b31db4653073)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r--source3/nsswitch/winbindd_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c
index 63c4bb58fc..f1245a7b07 100644
--- a/source3/nsswitch/winbindd_cache.c
+++ b/source3/nsswitch/winbindd_cache.c
@@ -47,7 +47,6 @@ struct cache_entry {
};
#define WINBINDD_MAX_CACHE_SIZE (50*1024*1024)
-#define WINBINDD_CACHE_VERSION "WB_CACHE_VERSION_1"
static struct winbind_cache *wcache;