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 <[email protected]>
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

Reply via email to