svn commit: samba r23116 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_26/source/nsswitch

vlendec at samba.org vlendec at samba.org
Thu May 24 13:49:10 GMT 2007


Author: vlendec
Date: 2007-05-24 13:49:10 +0000 (Thu, 24 May 2007)
New Revision: 23116

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23116

Log:
Fix typo, found by Karolin Seeger

Modified:
   branches/SAMBA_3_0/source/nsswitch/idmap_util.c
   branches/SAMBA_3_0_26/source/nsswitch/idmap_util.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/idmap_util.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/idmap_util.c	2007-05-24 12:40:46 UTC (rev 23115)
+++ branches/SAMBA_3_0/source/nsswitch/idmap_util.c	2007-05-24 13:49:10 UTC (rev 23116)
@@ -158,7 +158,7 @@
 	}
 
 	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, 

Modified: branches/SAMBA_3_0_26/source/nsswitch/idmap_util.c
===================================================================
--- branches/SAMBA_3_0_26/source/nsswitch/idmap_util.c	2007-05-24 12:40:46 UTC (rev 23115)
+++ branches/SAMBA_3_0_26/source/nsswitch/idmap_util.c	2007-05-24 13:49:10 UTC (rev 23116)
@@ -158,7 +158,7 @@
 	}
 
 	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, 



More information about the samba-cvs mailing list