svn commit: samba r12193 - branches/SAMBA_3_0/source/nsswitch trunk/source/nsswitch

gd at samba.org gd at samba.org
Mon Dec 12 14:08:44 GMT 2005


Author: gd
Date: 2005-12-12 14:08:42 +0000 (Mon, 12 Dec 2005)
New Revision: 12193

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

Log:
Fix some typos.

Guenther

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c
   branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c
   branches/SAMBA_3_0/source/nsswitch/winbindd_misc.c
   trunk/source/nsswitch/winbindd_cache.c
   trunk/source/nsswitch/winbindd_cm.c
   trunk/source/nsswitch/winbindd_misc.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c	2005-12-12 09:19:23 UTC (rev 12192)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c	2005-12-12 14:08:42 UTC (rev 12193)
@@ -1146,7 +1146,7 @@
 
 	if (NT_STATUS_V(domain->last_status) == NT_STATUS_V(NT_STATUS_ACCESS_DENIED) &&
 	    netsamlogon_cache_have(user_sid)) {
-		DEBUG(10, ("query_user: cached access denied and have cached info3\n"));
+		DEBUG(10, ("lookup_usergroups: cached access denied and have cached info3\n"));
 		domain->last_status = NT_STATUS_OK;
 		centry_free(centry);
 		goto do_query;

Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c	2005-12-12 09:19:23 UTC (rev 12192)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c	2005-12-12 14:08:42 UTC (rev 12193)
@@ -209,7 +209,7 @@
 					WINBIND_SERVER_MUTEX_WAIT_TIME);
 
 	if (!got_mutex) {
-		DEBUG(0,("cm_open_connection: mutex grab failed for %s\n",
+		DEBUG(0,("cm_prepare_connection: mutex grab failed for %s\n",
 			 controller));
 		result = NT_STATUS_POSSIBLE_DEADLOCK;
 		goto done;

Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_misc.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_misc.c	2005-12-12 09:19:23 UTC (rev 12192)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_misc.c	2005-12-12 14:08:42 UTC (rev 12193)
@@ -179,7 +179,7 @@
 	result = cm_connect_netlogon(domain, &netlogon_pipe);
 
 	if (!NT_STATUS_IS_OK(result)) {
-		DEBUG(1, ("Can't contact our the NETLOGON pipe\n"));
+		DEBUG(1, ("Can't contact the NETLOGON pipe\n"));
 		return WINBINDD_ERROR;
 	}
 

Modified: trunk/source/nsswitch/winbindd_cache.c
===================================================================
--- trunk/source/nsswitch/winbindd_cache.c	2005-12-12 09:19:23 UTC (rev 12192)
+++ trunk/source/nsswitch/winbindd_cache.c	2005-12-12 14:08:42 UTC (rev 12193)
@@ -1146,7 +1146,7 @@
 
 	if (NT_STATUS_V(domain->last_status) == NT_STATUS_V(NT_STATUS_ACCESS_DENIED) &&
 	    netsamlogon_cache_have(user_sid)) {
-		DEBUG(10, ("query_user: cached access denied and have cached info3\n"));
+		DEBUG(10, ("lookup_usergroups: cached access denied and have cached info3\n"));
 		domain->last_status = NT_STATUS_OK;
 		centry_free(centry);
 		goto do_query;

Modified: trunk/source/nsswitch/winbindd_cm.c
===================================================================
--- trunk/source/nsswitch/winbindd_cm.c	2005-12-12 09:19:23 UTC (rev 12192)
+++ trunk/source/nsswitch/winbindd_cm.c	2005-12-12 14:08:42 UTC (rev 12193)
@@ -209,7 +209,7 @@
 					WINBIND_SERVER_MUTEX_WAIT_TIME);
 
 	if (!got_mutex) {
-		DEBUG(0,("cm_open_connection: mutex grab failed for %s\n",
+		DEBUG(0,("cm_prepare_connection: mutex grab failed for %s\n",
 			 controller));
 		result = NT_STATUS_POSSIBLE_DEADLOCK;
 		goto done;

Modified: trunk/source/nsswitch/winbindd_misc.c
===================================================================
--- trunk/source/nsswitch/winbindd_misc.c	2005-12-12 09:19:23 UTC (rev 12192)
+++ trunk/source/nsswitch/winbindd_misc.c	2005-12-12 14:08:42 UTC (rev 12193)
@@ -179,7 +179,7 @@
 	result = cm_connect_netlogon(domain, &netlogon_pipe);
 
 	if (!NT_STATUS_IS_OK(result)) {
-		DEBUG(1, ("Can't contact our the NETLOGON pipe\n"));
+		DEBUG(1, ("Can't contact the NETLOGON pipe\n"));
 		return WINBINDD_ERROR;
 	}
 



More information about the samba-cvs mailing list