svn commit: samba r22633 - in branches/SAMBA_3_0/source/nsswitch: .

jpeach at samba.org jpeach at samba.org
Tue May 1 21:22:56 GMT 2007


Author: jpeach
Date: 2007-05-01 21:22:55 +0000 (Tue, 01 May 2007)
New Revision: 22633

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

Log:
Fix typo in debug message.

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_sid.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_sid.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_sid.c	2007-05-01 20:57:54 UTC (rev 22632)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_sid.c	2007-05-01 21:22:55 UTC (rev 22633)
@@ -270,7 +270,7 @@
 	DOM_SID sid;
 
 	if (!success) {
-		DEBUG(5, ("sid2gid_lookupsid_recv: Could not convert get sid type for %s\n",
+		DEBUG(5, ("sid2gid_lookupsid_recv: Could not get sid type for %s\n",
 			  state->request.data.sid));
 		request_error(state);
 		return;



More information about the samba-cvs mailing list