diff options
author | Volker Lendecke <vl@samba.org> | 2012-02-14 17:37:09 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-02-14 19:14:29 +0100 |
commit | 740d4d75500ac1ac224deb67cb3f20a21addb64b (patch) | |
tree | 077fe4f6a799c3c590693ccf07206001a84cba7c /source3/include | |
parent | 4d58d0fa8f936e7efdc02e31c053d42a47b3e62a (diff) | |
download | samba-740d4d75500ac1ac224deb67cb3f20a21addb64b.tar.gz samba-740d4d75500ac1ac224deb67cb3f20a21addb64b.tar.bz2 samba-740d4d75500ac1ac224deb67cb3f20a21addb64b.zip |
s3: files_struct->mode is only written, remove it
Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Tue Feb 14 19:14:29 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 11a05f9369..22653cd76a 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -233,7 +233,6 @@ typedef struct files_struct { unsigned int num_smb_operations; struct file_id file_id; uint64_t initial_allocation_size; /* Faked up initial allocation on disk. */ - mode_t mode; uint16 file_pid; uint16 vuid; write_cache *wcp; |