mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwent
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
c0f47d43ec
commit
3680cc4a11
@ -120,7 +120,7 @@ static void wb_fill_pwent_sid2gid_done(struct tevent_req *subreq)
|
|||||||
* We are filtering further down in sids2xids, but that filtering
|
* We are filtering further down in sids2xids, but that filtering
|
||||||
* depends on the actual type of the sid handed in (as determined
|
* depends on the actual type of the sid handed in (as determined
|
||||||
* by lookupsids). Here we need to filter for the type of object
|
* by lookupsids). Here we need to filter for the type of object
|
||||||
* actually requested, in this case uid.
|
* actually requested, in this case gid.
|
||||||
*/
|
*/
|
||||||
if (!(xid.type == ID_TYPE_GID || xid.type == ID_TYPE_BOTH)) {
|
if (!(xid.type == ID_TYPE_GID || xid.type == ID_TYPE_BOTH)) {
|
||||||
tevent_req_nterror(req, NT_STATUS_NONE_MAPPED);
|
tevent_req_nterror(req, NT_STATUS_NONE_MAPPED);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user