From 982912f0c8547b0f0edc8d0b26e36e9701cdee82 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Sun, 3 Oct 2004 19:53:20 +0000 Subject: [PATCH] r2813: Fix the build. At least temporarily, since I've got the impression that _real_ fix is more complex... rafal --- source/lib/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/util.c b/source/lib/util.c index 5e88bd896ff..53ce8ab17be 100644 --- a/source/lib/util.c +++ b/source/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; } /******************************************************************* -- 2.47.3