[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-606-g4e79ca6

Volker Lendecke vlendec at samba.org
Sat Feb 7 10:05:00 GMT 2009


The branch, master has been updated
       via  4e79ca61611cf17c522827b36e6113001de36c54 (commit)
      from  3d6860018f018e8ad4a8ed1ea8a2cc8f9c639254 (commit)

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


- Log -----------------------------------------------------------------
commit 4e79ca61611cf17c522827b36e6113001de36c54
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Feb 7 11:09:45 2009 +0100

    Fix coverity ID 876 (FORWARD_NULL)
    
    Michael, please check!

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_user.c b/source3/winbindd/winbindd_user.c
index 62fd4d7..28c1c01 100644
--- a/source3/winbindd/winbindd_user.c
+++ b/source3/winbindd/winbindd_user.c
@@ -85,6 +85,7 @@ static bool winbindd_fill_pwent(TALLOC_CTX *ctx, char *dom_name, char *user_name
 		DEBUG(5,("winbindd_fill_pwent: Failed to find domain for %s.  "
 			 "Disabling name alias support\n", dom_name));
 		nt_status = NT_STATUS_NO_SUCH_DOMAIN;
+		return false;
 	}
 
 	/* Resolve the uid number */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list