summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-23 16:34:07 +0100
committerVolker Lendecke <vl@samba.org>2009-11-23 16:35:00 +0100
commita1a81ef785b2372bd4aab0304150b0f8b0fac247 (patch)
treef6e6b2d9c22ae6045e24aaaa8f0a6d7abdea5a97 /source3/client
parentd6e55d8ec0335cd2494ca54f1471fad4e2b69795 (diff)
downloadsamba-a1a81ef785b2372bd4aab0304150b0f8b0fac247.tar.gz
samba-a1a81ef785b2372bd4aab0304150b0f8b0fac247.tar.bz2
samba-a1a81ef785b2372bd4aab0304150b0f8b0fac247.zip
Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"
This reverts commit e23d8a3d1f558a7e98ef2afd71e1d15c5b3a71bc.
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 7cbaa81d52..6773e6d90a 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -472,8 +472,7 @@ static bool do_this_one(file_info *finfo)
}
if (*client_get_fileselection() &&
- !mask_match(finfo->name, client_get_fileselection(),
- get_Protocol(), false)) {
+ !mask_match(finfo->name,client_get_fileselection(),false)) {
DEBUG(3,("mask_match %s failed\n", finfo->name));
return false;
}