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

mimir at samba.org mimir at samba.org
Sun Oct 3 19:53:21 GMT 2004


Author: mimir
Date: 2004-10-03 19:53:20 +0000 (Sun, 03 Oct 2004)
New Revision: 2813

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source/lib&rev=2813&nolog=1

Log:
Fix the build.
At least temporarily, since I've got the impression that _real_ fix
is more complex...


rafal


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	2004-10-03 17:54:46 UTC (rev 2812)
+++ branches/SAMBA_3_0/source/lib/util.c	2004-10-03 19:53:20 UTC (rev 2813)
@@ -2325,7 +2325,7 @@
 	if (strcmp(pattern,".") == 0)
 		return False;
 	
-	return ms_fnmatch(pattern, string, Protocol, is_case_sensitive) == 0;
+	return ms_fnmatch(pattern, string, Protocol) == 0;
 }
 
 /*******************************************************************



More information about the samba-cvs mailing list