From: Volker Lendecke Date: Sat, 7 Feb 2009 10:09:45 +0000 (+0100) Subject: Fix coverity ID 876 (FORWARD_NULL) X-Git-Tag: samba-4.0.0alpha7~416^2~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e79ca61611cf17c522827b36e6113001de36c54;p=thirdparty%2Fsamba.git Fix coverity ID 876 (FORWARD_NULL) Michael, please check! --- diff --git a/source3/winbindd/winbindd_user.c b/source3/winbindd/winbindd_user.c index 62fd4d7f075..28c1c01cf6c 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 */