[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1374-g5121499

Volker Lendecke vlendec at samba.org
Thu Sep 3 23:59:59 MDT 2009


The branch, master has been updated
       via  5121499816db70bf7bd380f604c22311be8fd3de (commit)
      from  b4a4186556f6d33be40ef7358bcd71c83a8092f2 (commit)

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


- Log -----------------------------------------------------------------
commit 5121499816db70bf7bd380f604c22311be8fd3de
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Sep 4 07:59:51 2009 +0200

    s3:winbind: Fix Coverity ID 933: FORWARD_NULL

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_misc.c b/source3/winbindd/winbindd_misc.c
index b967390..606a4e1 100644
--- a/source3/winbindd/winbindd_misc.c
+++ b/source3/winbindd/winbindd_misc.c
@@ -446,6 +446,7 @@ void winbindd_domain_info(struct winbindd_cli_state *cli)
 	if (req == NULL) {
 		DEBUG(3, ("wb_domain_request_send failed\n"));
 		request_error(cli);
+		return;
 	}
 	tevent_req_set_callback(req, domain_info_done, state);
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list