Author: jra Date: 2006-08-20 03:56:27 +0000 (Sun, 20 Aug 2006) New Revision: 17618
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17618 Log: Not using a cache version number (yet). We really should... Jeremy Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c Changeset: Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c =================================================================== --- branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c 2006-08-20 03:53:42 UTC (rev 17617) +++ branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c 2006-08-20 03:56:27 UTC (rev 17618) @@ -47,7 +47,6 @@ }; #define WINBINDD_MAX_CACHE_SIZE (50*1024*1024) -#define WINBINDD_CACHE_VERSION "WB_CACHE_VERSION_1" static struct winbind_cache *wcache;
