svn commit: samba r2814 - in branches/SAMBA_3_0/source/torture: .

mimir at samba.org mimir at samba.org
Sun Oct 3 20:25:35 GMT 2004


Author: mimir
Date: 2004-10-03 20:25:34 +0000 (Sun, 03 Oct 2004)
New Revision: 2814

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

Log:
Exactly the same as "main" build fix.


rafal


Modified:
   branches/SAMBA_3_0/source/torture/masktest.c


Changeset:
Modified: branches/SAMBA_3_0/source/torture/masktest.c
===================================================================
--- branches/SAMBA_3_0/source/torture/masktest.c	2004-10-03 19:53:20 UTC (rev 2813)
+++ branches/SAMBA_3_0/source/torture/masktest.c	2004-10-03 20:25:34 UTC (rev 2814)
@@ -140,7 +140,7 @@
 
 	if (strcmp(file,"..") == 0) file = ".";
 
-	return ms_fnmatch(pattern, file, cli->protocol, False /* not case sensitive */)==0;
+	return ms_fnmatch(pattern, file, cli->protocol)==0;
 }
 
 static char *reg_test(struct cli_state *cli, char *pattern, char *long_name, char *short_name)



More information about the samba-cvs mailing list