[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Nov 4 11:45:01 MDT 2010


The branch, master has been updated
       via  c133fcc s3: Remove an unused prototype
      from  8516fad s4:dsdb/objectclass_attrs: not all objects have delete protected attributes as must contain

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c133fcc0b1e844103c6454b370f7cd101f09df47
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Nov 4 18:49:55 2010 +0100

    s3: Remove an unused prototype
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Thu Nov  4 17:44:09 UTC 2010 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/open.c |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/open.c b/source3/smbd/open.c
index f5de607..85513bd 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.
 ****************************************************************************/


-- 
Samba Shared Repository


More information about the samba-cvs mailing list