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

obnox at samba.org obnox at samba.org
Mon Jun 4 14:48:28 GMT 2007


Author: obnox
Date: 2007-06-04 14:48:26 +0000 (Mon, 04 Jun 2007)
New Revision: 23340

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

Log:
Fix typo in debug ouput. Found by Karolin Seeger <ks at sernet.de>.
Michael


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


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/idmap.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/idmap.c	2007-06-04 14:26:37 UTC (rev 23339)
+++ branches/SAMBA_3_0/source/nsswitch/idmap.c	2007-06-04 14:48:26 UTC (rev 23340)
@@ -427,7 +427,7 @@
 
 		/* check the set_mapping function exists otherwise mark the module as readonly */
 		if ( ! dom->methods->set_mapping) {
-			DEBUG(5, ("Forcing to readonly, as ithis module can't store arbitrary mappings.\n"));
+			DEBUG(5, ("Forcing to readonly, as this module can't store arbitrary mappings.\n"));
 			dom->readonly = True;
 		}
 

Modified: branches/SAMBA_3_0_26/source/nsswitch/idmap.c
===================================================================
--- branches/SAMBA_3_0_26/source/nsswitch/idmap.c	2007-06-04 14:26:37 UTC (rev 23339)
+++ branches/SAMBA_3_0_26/source/nsswitch/idmap.c	2007-06-04 14:48:26 UTC (rev 23340)
@@ -427,7 +427,7 @@
 
 		/* check the set_mapping function exists otherwise mark the module as readonly */
 		if ( ! dom->methods->set_mapping) {
-			DEBUG(5, ("Forcing to readonly, as ithis module can't store arbitrary mappings.\n"));
+			DEBUG(5, ("Forcing to readonly, as this module can't store arbitrary mappings.\n"));
 			dom->readonly = True;
 		}
 



More information about the samba-cvs mailing list