1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r2814: Exactly the same as "main" build fix.

rafal
(This used to be commit 7fa94c38951fcd803a8e769a867a008e47f4129a)
This commit is contained in:
Rafal Szczesniak 2004-10-03 20:25:34 +00:00 committed by Gerald (Jerry) Carter
parent 8199abf7d8
commit c56e526e19

View 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)