From 8199abf7d8edced9ff33148f82a45bbe29578985 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Sun, 3 Oct 2004 19:53:20 +0000 Subject: 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) --- source3/lib/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/util.c b/source3/lib/util.c index 5e88bd896f..53ce8ab17b 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -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; } /******************************************************************* -- cgit