svn commit: samba r2097 - in trunk/source/nsswitch: .

vlendec at samba.org vlendec at samba.org
Sun Aug 29 11:40:06 GMT 2004


Author: vlendec
Date: 2004-08-29 11:40:03 +0000 (Sun, 29 Aug 2004)
New Revision: 2097

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/trunk/source/nsswitch&rev=2097&nolog=1

Log:
Fix typo
Modified:
   trunk/source/nsswitch/winbindd_cache.c


Changeset:
Modified: trunk/source/nsswitch/winbindd_cache.c
===================================================================
--- trunk/source/nsswitch/winbindd_cache.c	2004-08-29 11:28:31 UTC (rev 2096)
+++ trunk/source/nsswitch/winbindd_cache.c	2004-08-29 11:40:03 UTC (rev 2097)
@@ -74,7 +74,7 @@
 	}
 
 	if (wcache->tdb != NULL)
-		return True;;
+		return True;
 
 	wcache->tdb = tdb_open_log(lock_path("winbindd_cache.tdb"), 5000, 
 				   TDB_CLEAR_IF_FIRST, O_RDWR|O_CREAT, 0600);



More information about the samba-cvs mailing list