From f6360022828306dd54332377c011ccd3634b23c6 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sun, 20 Aug 2006 03:56:27 +0000 Subject: r17618: Not using a cache version number (yet). We really should... Jeremy (This used to be commit b711587f6e33bc5781b15da7bc49b31db4653073) --- source3/nsswitch/winbindd_cache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/nsswitch') 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; -- cgit