From 509d90f1cc21ab528433d633b8d074e5e7c30949 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 24 May 2007 13:49:10 +0000 Subject: r23116: Fix typo, found by Karolin Seeger (This used to be commit a7b9581a5c01b701129cdd5a7a330748f9e3859e) --- source3/nsswitch/idmap_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit