]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r2813: Fix the build.
authorRafal Szczesniak <mimir@samba.org>
Sun, 3 Oct 2004 19:53:20 +0000 (19:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:53 +0000 (10:52 -0500)
At least temporarily, since I've got the impression that _real_ fix
is more complex...

rafal

source/lib/util.c

index 5e88bd896ffef1031132afb1d43ee3df6dd64d27..53ce8ab17bedc2bfb707f551235607cf3b88845e 100644 (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;
 }
 
 /*******************************************************************