From c85a4c9ba4a7de65a7850f6f9708df66bd24deea Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 21 Nov 2009 19:57:41 +0100 Subject: s3: Move the global variable Protocol to struct smbd_server_connection --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client/client.c') diff --git a/source3/client/client.c b/source3/client/client.c index 7cbaa81d52..19efa03d3a 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -473,7 +473,7 @@ static bool do_this_one(file_info *finfo) if (*client_get_fileselection() && !mask_match(finfo->name, client_get_fileselection(), - get_Protocol(), false)) { + PROTOCOL_NONE, false)) { DEBUG(3,("mask_match %s failed\n", finfo->name)); return false; } -- cgit