git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f5eb8a
)
r23116: Fix typo, found by Karolin Seeger
author
Volker Lendecke
<vlendec@samba.org>
Thu, 24 May 2007 13:49:10 +0000
(13:49 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 17:22:47 +0000
(12:22 -0500)
source/nsswitch/idmap_util.c
patch
|
blob
|
history
diff --git
a/source/nsswitch/idmap_util.c
b/source/nsswitch/idmap_util.c
index 40a5fb854bef275bd95985fb818d3ad771e3b115..445e067a2d8047c4d75c3bcc0cc4a5f0a3d5bf62 100644
(file)
--- a/
source/nsswitch/idmap_util.c
+++ b/
source/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 a
n
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,