The branch, v3-5-test has been updated
       via  13f8f0c... s3: Fix an error case in cli_negprot
      from  6fa974e... Fix release script to work with recent git versions 
(cherry picked from commit 7f956869ff7a8e481afb9db0c52a0d74d809867a)

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


- Log -----------------------------------------------------------------
commit 13f8f0c74ea1f34817603beedf8cc4d5e41f958f
Author: Volker Lendecke <v...@samba.org>
Date:   Sun Dec 20 23:29:32 2009 +0100

    s3: Fix an error case in cli_negprot

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c
index 112143c..715ea91 100644
--- a/source3/libsmb/cliconnect.c
+++ b/source3/libsmb/cliconnect.c
@@ -1671,6 +1671,7 @@ static void cli_negprot_done(struct tevent_req *subreq)
        status = cli_smb_recv(subreq, 1, &wct, &vwv, &num_bytes, &bytes);
        if (!NT_STATUS_IS_OK(status)) {
                TALLOC_FREE(subreq);
+               tevent_req_nterror(req, status);
                return;
        }
 


-- 
Samba Shared Repository

Reply via email to