svn commit: samba r18705 - in branches/SAMBA_3_0/source/lib: .

metze at samba.org metze at samba.org
Wed Sep 20 00:56:52 GMT 2006


Author: metze
Date: 2006-09-20 00:56:51 +0000 (Wed, 20 Sep 2006)
New Revision: 18705

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18705

Log:
not all compilers like this

metze

Modified:
   branches/SAMBA_3_0/source/lib/util.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/util.c
===================================================================
--- branches/SAMBA_3_0/source/lib/util.c	2006-09-20 00:23:26 UTC (rev 18704)
+++ branches/SAMBA_3_0/source/lib/util.c	2006-09-20 00:56:51 UTC (rev 18705)
@@ -3031,10 +3031,10 @@
 
 void smb_nscd_flush_user_cache(void)
 {
-	return smb_nscd_flush_cache("passwd");
+	smb_nscd_flush_cache("passwd");
 }
 
 void smb_nscd_flush_group_cache(void)
 {
-	return smb_nscd_flush_cache("group");
+	smb_nscd_flush_cache("group");
 }



More information about the samba-cvs mailing list