From 916e82823b56a70d7761644b38a250ea8c38e204 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 23 Feb 2011 18:24:41 -0800 Subject: Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test We need to revalidate the pathname once re-constructed from a root fsp. Jeremy. --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index c2385c9313..fe4a2c1e37 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4890,7 +4890,8 @@ NTSTATUS create_file_default(connection_struct *conn, NTSTATUS get_relative_fid_filename(connection_struct *conn, struct smb_request *req, uint16_t root_dir_fid, - struct smb_filename *smb_fname); + const struct smb_filename *smb_fname, + struct smb_filename **smb_fname_out); /* The following definitions come from smbd/oplock.c */ -- cgit