r23116: Fix typo, found by Karolin Seeger
authorVolker Lendecke <vlendec@samba.org>
Thu, 24 May 2007 13:49:10 +0000 (13:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:47 +0000 (12:22 -0500)
(This used to be commit a7b9581a5c01b701129cdd5a7a330748f9e3859e)

source3/nsswitch/idmap_util.c

index 40a5fb854bef275bd95985fb818d3ad771e3b115..445e067a2d8047c4d75c3bcc0cc4a5f0a3d5bf62 100644 (file)
@@ -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,