CVS update: samba/source/lib

Andrew Bartlett abartlet at samba.org
Wed Oct 9 12:33:42 EST 2002


On Tue, Oct 08, 2002 at 09:45:13PM -0400, jra at samba.org wrote:
> 
> Date:	Wed Oct  9 01:45:13 2002
> Author:	jra
> 
> Update of /data/cvs/samba/source/lib
> In directory dp.samba.org:/tmp/cvs-serv14732/lib
> 
> Modified Files:
>       Tag: SAMBA_2_2
> 	username.c util_str.c 
> Log Message:
> Debugs added to help track down when machine account password is being
> changed. Fixes for strcmp_unix().
> Jeremy.

I think you accidentily checked this in...

diff -b -u -r1.31.4.24 -r1.31.4.25
--- source/lib/username.c	4 Jul 2002 21:08:35 -0000	1.31.4.24
+++ source/lib/username.c	9 Oct 2002 01:45:13 -0000	1.31.4.25
@@ -361,6 +361,8 @@
  	for (i = 0; i < num_groups; i++) {
  		if (gid == groups[i]) {
  			ret = True;
+			DEBUG(0,("user_in_winbind_group_list: user |%s| is in group |%s|\n",
+				user, gname ));
break;
  		}
  	}



More information about the samba-cvs mailing list