summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-07 11:09:45 +0100
committerKarolin Seeger <kseeger@samba.org>2009-02-16 09:56:58 +0100
commit697b5be9075e30e2f7e73c59c7b64678db3c3598 (patch)
treec3df76838e9161e7e816bbd2e58ab32d8cb8b23a
parentb562397035b3db98c9bd7ec791527e4cf291976a (diff)
downloadsamba-697b5be9075e30e2f7e73c59c7b64678db3c3598.tar.gz
Fix coverity ID 876 (FORWARD_NULL)
Michael, please check! Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit bd0febbd1b390b2890df13fbfed5bf26dede658f)
-rw-r--r--source/winbindd/winbindd_user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/winbindd/winbindd_user.c b/source/winbindd/winbindd_user.c
index 62fd4d7f075..28c1c01cf6c 100644
--- a/source/winbindd/winbindd_user.c
+++ b/source/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 */