]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix coverity ID 876 (FORWARD_NULL)
authorVolker Lendecke <vl@samba.org>
Sat, 7 Feb 2009 10:09:45 +0000 (11:09 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 16 Feb 2009 08:56:58 +0000 (09:56 +0100)
Michael, please check!

Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit bd0febbd1b390b2890df13fbfed5bf26dede658f)

source/winbindd/winbindd_user.c

index 62fd4d7f0758f31b9f51b5492dee3142f48bbc0c..28c1c01cf6c5fdc2c0f11fbb1f52aab2d94afee0 100644 (file)
@@ -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 */