From: Rafal Szczesniak Date: Sun, 3 Oct 2004 20:25:34 +0000 (+0000) Subject: r2814: Exactly the same as "main" build fix. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5729 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fa94c38951fcd803a8e769a867a008e47f4129a;p=thirdparty%2Fsamba.git r2814: Exactly the same as "main" build fix. rafal --- 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)