[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Dec 20 15:31:18 MST 2009


The branch, master has been updated
       via  1b5389a... s3: Fix an error case in cli_negprot
      from  4b7a6b1... tevent: prefix types and defined with tevent_ and TEVENT_

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


- Log -----------------------------------------------------------------
commit 1b5389ab2376f7dbfd3cb2cbd6b9603d2dc0ef9d
Author: Volker Lendecke <vl at 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


More information about the samba-cvs mailing list