diff options
author | Volker Lendecke <vl@samba.org> | 2010-11-04 18:49:55 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-11-04 17:44:09 +0000 |
commit | c133fcc0b1e844103c6454b370f7cd101f09df47 (patch) | |
tree | 8d620b24c666442f19709bce5ceff9a3826b2a76 /source3/smbd | |
parent | 8516fad3b49f6ac87e9e17dc2929433116dcb04d (diff) | |
download | samba-c133fcc0b1e844103c6454b370f7cd101f09df47.tar.gz samba-c133fcc0b1e844103c6454b370f7cd101f09df47.tar.bz2 samba-c133fcc0b1e844103c6454b370f7cd101f09df47.zip |
s3: Remove an unused prototype
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Nov 4 17:44:09 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/open.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index f5de607713..85513bdd92 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -34,23 +34,6 @@ struct deferred_open_record { struct file_id id; }; -static NTSTATUS create_file_unixpath(connection_struct *conn, - struct smb_request *req, - struct smb_filename *smb_fname, - uint32_t access_mask, - uint32_t share_access, - uint32_t create_disposition, - uint32_t create_options, - uint32_t file_attributes, - uint32_t oplock_request, - uint64_t allocation_size, - uint32_t private_flags, - struct security_descriptor *sd, - struct ea_list *ea_list, - - files_struct **result, - int *pinfo); - /**************************************************************************** SMB1 file varient of se_access_check. Never test FILE_READ_ATTRIBUTES. ****************************************************************************/ |