diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/access.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/access.c b/source3/lib/access.c index 773823a609..6a445f8139 100644 --- a/source3/lib/access.c +++ b/source3/lib/access.c @@ -211,7 +211,7 @@ bool client_match(const char *tok, const void *item) } /* list_match - match an item against a list of tokens with exceptions */ -static bool list_match(const char **list,const void *item, +bool list_match(const char **list,const void *item, bool (*match_fn)(const char *, const void *)) { bool match = false; |