svn commit: samba r17618 - in branches/SAMBA_3_0/source/nsswitch: .

jra at samba.org jra at samba.org
Sun Aug 20 03:56:28 GMT 2006


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;
 



More information about the samba-cvs mailing list