diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-24 13:49:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:47 -0500 |
commit | 509d90f1cc21ab528433d633b8d074e5e7c30949 (patch) | |
tree | 90fd484191cc8fc5dc54af7d34f476c1cfb0bb34 /source3/nsswitch | |
parent | ff0ac5b0e7f9163760b2863f48389e4943ac2154 (diff) | |
download | samba-509d90f1cc21ab528433d633b8d074e5e7c30949.tar.gz samba-509d90f1cc21ab528433d633b8d074e5e7c30949.tar.bz2 samba-509d90f1cc21ab528433d633b8d074e5e7c30949.zip |
r23116: Fix typo, found by Karolin Seeger
(This used to be commit a7b9581a5c01b701129cdd5a7a330748f9e3859e)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/idmap_util.c | 2 |
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, |