summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-24 13:49:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:47 -0500
commit509d90f1cc21ab528433d633b8d074e5e7c30949 (patch)
tree90fd484191cc8fc5dc54af7d34f476c1cfb0bb34
parentff0ac5b0e7f9163760b2863f48389e4943ac2154 (diff)
downloadsamba-509d90f1cc21ab528433d633b8d074e5e7c30949.tar.gz
samba-509d90f1cc21ab528433d633b8d074e5e7c30949.tar.bz2
samba-509d90f1cc21ab528433d633b8d074e5e7c30949.zip
r23116: Fix typo, found by Karolin Seeger
(This used to be commit a7b9581a5c01b701129cdd5a7a330748f9e3859e)
-rw-r--r--source3/nsswitch/idmap_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/idmap_util.c b/source3/nsswitch/idmap_util.c
index 40a5fb854b..445e067a2d 100644
--- a/source3/nsswitch/idmap_util.c
+++ b/source3/nsswitch/idmap_util.c
@@ -158,7 +158,7 @@ NTSTATUS idmap_sid_to_gid(DOM_SID *sid, gid_t *gid)
}
if ((map.status != ID_MAPPED) || (map.xid.type != ID_TYPE_GID)) {
- DEBUG(10, ("sid [%s] not mapped to an gid [%u,%u,%u]\n",
+ DEBUG(10, ("sid [%s] not mapped to a gid [%u,%u,%u]\n",
sid_string_static(sid),
map.status,
map.xid.type,