diff options
author | Jeremy Allison <jra@samba.org> | 2011-02-23 18:24:41 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-02-23 18:24:41 -0800 |
commit | 916e82823b56a70d7761644b38a250ea8c38e204 (patch) | |
tree | 363c4c8cdbec57151d3fac7ab8815a22d85609a0 /source3/include | |
parent | 5ec284d15289c5716114bff99a19890abbd45fb3 (diff) | |
download | samba-916e82823b56a70d7761644b38a250ea8c38e204.tar.gz samba-916e82823b56a70d7761644b38a250ea8c38e204.tar.bz2 samba-916e82823b56a70d7761644b38a250ea8c38e204.zip |
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.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |