diff options
author | Jeremy Allison <jra@samba.org> | 2009-02-26 11:42:23 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-02-26 11:42:23 -0800 |
commit | 3121249243f52dcbf8083f5ff137bd580515efa7 (patch) | |
tree | be0a48eb0ff6293a96312e275e263e95fb7f3be7 /source3/include | |
parent | bcadb77c18f9ed9be22762871617f1a12294e88c (diff) | |
download | samba-3121249243f52dcbf8083f5ff137bd580515efa7.tar.gz samba-3121249243f52dcbf8083f5ff137bd580515efa7.tar.bz2 samba-3121249243f52dcbf8083f5ff137bd580515efa7.zip |
Make us pass the RAW-RENAME torture test I just added.
Inside a directory, keep a file open and then renaming
the directory should fail with ACCESS_DENIED.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 27b4ce9604..ce31640272 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6520,6 +6520,7 @@ files_struct *file_find_fsp(files_struct *orig_fsp); files_struct *file_find_di_first(struct file_id id); files_struct *file_find_di_next(files_struct *start_fsp); files_struct *file_find_print(void); +bool file_find_subpath(files_struct *dir_fsp); void file_sync_all(connection_struct *conn); void file_free(struct smb_request *req, files_struct *fsp); files_struct *file_fnum(uint16 fnum); |