[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Wed Nov 27 05:31:03 MST 2013


The branch, master has been updated
       via  0dc0415 smbd: Remove a "set but unused" variable
      from  ebc1579 torture3: Reproducer for bug 10284

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


- Log -----------------------------------------------------------------
commit 0dc0415f91073b81dc8764dd22e142929b5a38ef
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Nov 27 09:13:52 2013 +0000

    smbd: Remove a "set but unused" variable
    
    This is should have been in a793ac0
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Stefan Metzmacher <metze at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Wed Nov 27 13:30:48 CET 2013 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 87bda99..ce1a127 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -1885,7 +1885,6 @@ void reply_open(struct smb_request *req)
 	uint32 create_options = 0;
 	uint32_t private_flags = 0;
 	NTSTATUS status;
-	bool ask_sharemode = lp_parm_bool(SNUM(conn), "smbd", "search ask sharemode", true);
 	TALLOC_CTX *ctx = talloc_tos();
 
 	START_PROFILE(SMBopen);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list