From 3680cc4a11ef5476457b580f8422d0ab82451173 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 7 Dec 2012 16:13:19 +0100 Subject: [PATCH] s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwent Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher --- source3/winbindd/wb_fill_pwent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/wb_fill_pwent.c b/source3/winbindd/wb_fill_pwent.c index a6a9013419d..688afc62716 100644 --- a/source3/winbindd/wb_fill_pwent.c +++ b/source3/winbindd/wb_fill_pwent.c @@ -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 * depends on the actual type of the sid handed in (as determined * 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)) { tevent_req_nterror(req, NT_STATUS_NONE_MAPPED); -- 2.11.4.GIT