svn commit: samba r21454 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_25/source/nsswitch

gd at samba.org gd at samba.org
Mon Feb 19 17:47:51 GMT 2007


Author: gd
Date: 2007-02-19 17:47:50 +0000 (Mon, 19 Feb 2007)
New Revision: 21454

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

Log:
Fix debug typo.

Guenther

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c
   branches/SAMBA_3_0_25/source/nsswitch/winbindd_cm.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c	2007-02-19 17:21:21 UTC (rev 21453)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c	2007-02-19 17:47:50 UTC (rev 21454)
@@ -363,7 +363,7 @@
 		domain->name ));
 
 	if (domain->internal) {
-		DEBUG(3,("set_domain_offline: domain %s is internal - logic error.\n",
+		DEBUG(3,("set_domain_online: domain %s is internal - logic error.\n",
 			domain->name ));
 		return;
 	}

Modified: branches/SAMBA_3_0_25/source/nsswitch/winbindd_cm.c
===================================================================
--- branches/SAMBA_3_0_25/source/nsswitch/winbindd_cm.c	2007-02-19 17:21:21 UTC (rev 21453)
+++ branches/SAMBA_3_0_25/source/nsswitch/winbindd_cm.c	2007-02-19 17:47:50 UTC (rev 21454)
@@ -363,7 +363,7 @@
 		domain->name ));
 
 	if (domain->internal) {
-		DEBUG(3,("set_domain_offline: domain %s is internal - logic error.\n",
+		DEBUG(3,("set_domain_online: domain %s is internal - logic error.\n",
 			domain->name ));
 		return;
 	}



More information about the samba-cvs mailing list