svn commit: samba r23405 - in
branches/SAMBA_3_0_25/source/nsswitch: .
idra at samba.org
idra at samba.org
Sat Jun 9 19:25:55 GMT 2007
Author: idra
Date: 2007-06-09 19:25:54 +0000 (Sat, 09 Jun 2007)
New Revision: 23405
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23405
Log:
Fix typo (someone forgot to backport this from 3_0_26/3_0)
Modified:
branches/SAMBA_3_0_25/source/nsswitch/idmap.c
Changeset:
Modified: branches/SAMBA_3_0_25/source/nsswitch/idmap.c
===================================================================
--- branches/SAMBA_3_0_25/source/nsswitch/idmap.c 2007-06-09 18:18:24 UTC (rev 23404)
+++ branches/SAMBA_3_0_25/source/nsswitch/idmap.c 2007-06-09 19:25:54 UTC (rev 23405)
@@ -417,7 +417,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