svn commit: samba r22594 - in branches/SAMBA_4_0/source/auth: .

abartlet at samba.org abartlet at samba.org
Mon Apr 30 06:55:25 GMT 2007


Author: abartlet
Date: 2007-04-30 06:55:23 +0000 (Mon, 30 Apr 2007)
New Revision: 22594

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

Log:
This helped coax out valgrind errors last night, but we don't need it any more.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/auth/auth_winbind.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_winbind.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_winbind.c	2007-04-30 04:16:56 UTC (rev 22593)
+++ branches/SAMBA_4_0/source/auth/auth_winbind.c	2007-04-30 06:55:23 UTC (rev 22594)
@@ -227,8 +227,6 @@
 
 	s->req.in.validation_level	= 3;
 
-	NDR_PRINT_IN_DEBUG(winbind_SamLogon, &s->req);
-
 	status = IRPC_CALL(ctx->auth_ctx->msg_ctx, winbind_servers[0],
 			   winbind, WINBIND_SAMLOGON,
 			   &s->req, s);



More information about the samba-cvs mailing list