1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r2813: Fix the build.

At least temporarily, since I've got the impression that _real_ fix
is more complex...

rafal
(This used to be commit 982912f0c8)
This commit is contained in:
Rafal Szczesniak 2004-10-03 19:53:20 +00:00 committed by Gerald (Jerry) Carter
parent 9f9efc0d3b
commit 8199abf7d8

View File

@ -2325,7 +2325,7 @@ BOOL mask_match(const char *string, char *pattern, BOOL is_case_sensitive)
if (strcmp(pattern,".") == 0)
return False;
return ms_fnmatch(pattern, string, Protocol, is_case_sensitive) == 0;
return ms_fnmatch(pattern, string, Protocol) == 0;
}
/*******************************************************************