From: Michael Adam Date: Tue, 22 May 2007 15:13:32 +0000 (+0000) Subject: r23078: Don't handle return code NT_STATUS_NONE_MAPPED from lookup sids X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~383 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d9e8c91dc387cef37ea9035ac4483916e854732;p=thirdparty%2Fsamba.git r23078: Don't handle return code NT_STATUS_NONE_MAPPED from lookup sids as an error. (This is purely cosmetic here, issuing a success message at the end.) --- diff --git a/source/nsswitch/winbindd_ads.c b/source/nsswitch/winbindd_ads.c index b069793d6bd..042c871314d 100644 --- a/source/nsswitch/winbindd_ads.c +++ b/source/nsswitch/winbindd_ads.c @@ -1016,7 +1016,7 @@ static NTSTATUS lookup_groupmem(struct winbindd_domain *domain, else if (NT_STATUS_EQUAL(status, NT_STATUS_NONE_MAPPED)) { DEBUG(10, ("lookup_groupmem: lsa_lookup_sids could " "not map any SIDs at all.\n")); - goto done; + /* Don't handle this as an error here... */ } else if (!NT_STATUS_IS_OK(status)) { DEBUG(10, ("lookup_groupmem: Error looking up %d "