The branch, v3-6-test has been updated
       via  29ccbca s3-libsmb: remove duplicate NTSTATUS variable.
      from  0be5b24 s3:rpc_client: fix argument order of call to 
lsa_open_policy2 in rpccli_lsa_open_policy2

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 29ccbcaf41ca60796ce18b3d0408f7578fd270d6
Author: Günther Deschner <g...@samba.org>
Date:   Tue Mar 29 12:50:38 2011 +0200

    s3-libsmb: remove duplicate NTSTATUS variable.
    
    Guenther
    
    Signed-off-by: Günther Deschner <g...@samba.org>
    
    Autobuild-User: Günther Deschner <g...@samba.org>
    Autobuild-Date: Tue Mar 29 17:00:26 CEST 2011 on sn-devel-104
    (cherry picked from commit 52ff0dde37d2333b21f4e81e2c125c45a88a2eea)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/ntlmssp.c b/source3/libsmb/ntlmssp.c
index e0bccca..619e5d4 100644
--- a/source3/libsmb/ntlmssp.c
+++ b/source3/libsmb/ntlmssp.c
@@ -406,7 +406,6 @@ static NTSTATUS ntlmssp_client_initial(struct ntlmssp_state 
*ntlmssp_state,
                struct NEGOTIATE_MESSAGE *negotiate = talloc(
                        talloc_tos(), struct NEGOTIATE_MESSAGE);
                if (negotiate != NULL) {
-                       NTSTATUS status;
                        status = ntlmssp_pull_NEGOTIATE_MESSAGE(
                                next_request, negotiate, negotiate);
                        if (NT_STATUS_IS_OK(status)) {


-- 
Samba Shared Repository

Reply via email to