summaryrefslogtreecommitdiffstats
path: root/source/torture
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2004-10-03 20:25:34 +0000
committerRafal Szczesniak <mimir@samba.org>2004-10-03 20:25:34 +0000
commit3fd16f33fcfd5dfa3107c79fa2ff6ac3c15cf00e (patch)
treeefc53e1737df48b907091ef4fb620da007cc1e97 /source/torture
parent5d5f2073eafc84b7b6f13042f7f2b910ecbd7cd0 (diff)
downloadsamba-3fd16f33fcfd5dfa3107c79fa2ff6ac3c15cf00e.tar.gz
samba-3fd16f33fcfd5dfa3107c79fa2ff6ac3c15cf00e.tar.xz
samba-3fd16f33fcfd5dfa3107c79fa2ff6ac3c15cf00e.zip
r2814: Exactly the same as "main" build fix.
rafal
Diffstat (limited to 'source/torture')
-rw-r--r--source/torture/masktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/masktest.c b/source/torture/masktest.c
index 8c44f35f958..fa901e3d63d 100644
--- a/source/torture/masktest.c
+++ b/source/torture/masktest.c
@@ -140,7 +140,7 @@ static BOOL reg_match_one(struct cli_state *cli, const char *pattern, const char
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)