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

jra at samba.org jra at samba.org
Fri Oct 6 19:10:33 GMT 2006


Author: jra
Date: 2006-10-06 19:10:32 +0000 (Fri, 06 Oct 2006)
New Revision: 19155

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

Log:
Fix debug message.
Jeremy.

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


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_group.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_group.c	2006-10-06 19:07:23 UTC (rev 19154)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_group.c	2006-10-06 19:10:32 UTC (rev 19155)
@@ -157,7 +157,7 @@
 			(*num_gr_mem)++;
 			DEBUG(10, ("buf_len + %d = %d\n", len + 1, buf_len));
 		} else {
-			DEBUG(10, ("appending %s at ndx %d\n", name, len));
+			DEBUG(10, ("appending %s at ndx %d\n", name, buf_ndx));
 			safe_strcpy(&buf[buf_ndx], name, len);
 			buf_ndx += len;
 			buf[buf_ndx] = ',';



More information about the samba-cvs mailing list