diff options
author | Rafal Szczesniak <mimir@samba.org> | 2004-10-03 20:25:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:53 -0500 |
commit | c56e526e1904a97a8dfc3a54f9ca2e4452ad62fb (patch) | |
tree | 484413b8b4a6e34f122b93584a922f778e53ebdd | |
parent | 8199abf7d8edced9ff33148f82a45bbe29578985 (diff) | |
download | samba-c56e526e1904a97a8dfc3a54f9ca2e4452ad62fb.tar.gz samba-c56e526e1904a97a8dfc3a54f9ca2e4452ad62fb.tar.bz2 samba-c56e526e1904a97a8dfc3a54f9ca2e4452ad62fb.zip |
r2814: Exactly the same as "main" build fix.
rafal
(This used to be commit 7fa94c38951fcd803a8e769a867a008e47f4129a)
-rw-r--r-- | source3/torture/masktest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/masktest.c b/source3/torture/masktest.c index 8c44f35f95..fa901e3d63 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) |