From 0f8e2a6ebb716588e741c2cdd8e9918262fdd4c6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 23 Nov 2009 16:33:26 +0100 Subject: Revert "s3: Move the global variable Protocol to struct smbd_server_connection" This reverts commit c85a4c9ba4a7de65a7850f6f9708df66bd24deea. --- 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 1ecbc3aa8a..d91a031227 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(handle->conn->sconn), true)) { + get_Protocol(), true)) { DEBUG(10, ("%s does not match the preopen:names list\n", smb_fname_str_dbg(smb_fname))); return res; -- cgit