summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-12-01 13:29:29 +0000
committerVolker Lendecke <vl@samba.org>2016-12-16 17:38:19 +0100
commit751f598043188e96a0f11abf5cb065d93df83d1f (patch)
treec9dc3ab511ee682934e08b6594094a0edbb70fa6
parentf1c126c2f6e402524272308821542bf28d29de5e (diff)
downloadsamba-751f598043188e96a0f11abf5cb065d93df83d1f.tar.gz
idmap_autorid: Fix a comment
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
-rw-r--r--source3/winbindd/idmap_autorid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_autorid.c b/source3/winbindd/idmap_autorid.c
index 8067238f475..08fd2300506 100644
--- a/source3/winbindd/idmap_autorid.c
+++ b/source3/winbindd/idmap_autorid.c
@@ -142,7 +142,7 @@ static NTSTATUS idmap_autorid_allocate_id(struct idmap_domain *dom,
}
/*
- * map a SID to xid using the idmap_tdb like pool
+ * map a xid to SID using the idmap_tdb like pool
*/
static NTSTATUS idmap_autorid_id_to_sid_alloc(struct idmap_domain *dom,
struct id_map *map)