s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwent
authorMichael Adam <obnox@samba.org>
Fri, 7 Dec 2012 15:13:19 +0000 (16:13 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 29 Jan 2013 20:45:59 +0000 (21:45 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/winbindd/wb_fill_pwent.c

index a6a9013419dbdf26a1be1c4babda3b41655df35b..688afc627160374e96da0a9f68c92a729b45313d 100644 (file)
@@ -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);