From c56e526e1904a97a8dfc3a54f9ca2e4452ad62fb Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Sun, 3 Oct 2004 20:25:34 +0000 Subject: [PATCH] r2814: Exactly the same as "main" build fix. rafal (This used to be commit 7fa94c38951fcd803a8e769a867a008e47f4129a) --- source3/torture/masktest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/masktest.c b/source3/torture/masktest.c index 8c44f35f958..fa901e3d63d 100644 --- a/source3/torture/masktest.c +++ b/source3/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) -- 2.11.4.GIT