]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r2814: Exactly the same as "main" build fix.
authorRafal Szczesniak <mimir@samba.org>
Sun, 3 Oct 2004 20:25:34 +0000 (20:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:53 +0000 (10:52 -0500)
rafal

source/torture/masktest.c

index 8c44f35f958ea4f81ad922c7a54086384f7064c8..fa901e3d63d4067ea54f410cbf89f9f0dd8c9a8f 100644 (file)
@@ -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)