mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +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 982912f0c8547b0f0edc8d0b26e36e9701cdee82)
This commit is contained in:
parent
9f9efc0d3b
commit
8199abf7d8
@ -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;
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user