diff options
author | Michael Adam <obnox@samba.org> | 2012-12-07 16:13:19 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-01-29 21:45:59 +0100 |
commit | 3680cc4a11ef5476457b580f8422d0ab82451173 (patch) | |
tree | 3d35df450eb3ec1167ad88d4b6f5656d3c58a9ac /source3/winbindd | |
parent | c0f47d43ecf8b603dc7a05822933c5a9a1d23c7c (diff) | |
download | samba-3680cc4a11ef5476457b580f8422d0ab82451173.tar.gz samba-3680cc4a11ef5476457b580f8422d0ab82451173.tar.bz2 samba-3680cc4a11ef5476457b580f8422d0ab82451173.zip |
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>
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/wb_fill_pwent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wb_fill_pwent.c b/source3/winbindd/wb_fill_pwent.c index a6a9013419..688afc6271 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); |