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/modules/vfs_preopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules') diff --git a/source3/modules/vfs_preopen.c b/source3/modules/vfs_preopen.c index d91a031227..1ecbc3aa8a 100644 --- a/source3/modules/vfs_preopen.c +++ b/source3/modules/vfs_preopen.c @@ -396,7 +396,7 @@ static int preopen_open(vfs_handle_struct *handle, } if (!is_in_path(smb_fname->base_name, state->preopen_names, - get_Protocol(), true)) { + get_Protocol(handle->conn->sconn), true)) { DEBUG(10, ("%s does not match the preopen:names list\n", smb_fname_str_dbg(smb_fname))); return res; -- cgit