svn commit: samba r13061 - in trunk/source/auth: .

vlendec at samba.org vlendec at samba.org
Sat Jan 21 11:17:51 GMT 2006


Author: vlendec
Date: 2006-01-21 11:17:51 +0000 (Sat, 21 Jan 2006)
New Revision: 13061

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

Log:
Remove an excessive debug message
Modified:
   trunk/source/auth/auth_util.c


Changeset:
Modified: trunk/source/auth/auth_util.c
===================================================================
--- trunk/source/auth/auth_util.c	2006-01-21 08:53:56 UTC (rev 13060)
+++ trunk/source/auth/auth_util.c	2006-01-21 11:17:51 UTC (rev 13061)
@@ -695,8 +695,6 @@
 	int i;
 	NTSTATUS status;
 
-	DEBUG(0, ("create_local_nt_token called\n"));
-
 	tmp_ctx = talloc_new(mem_ctx);
 	if (tmp_ctx == NULL) {
 		DEBUG(0, ("talloc_new failed\n"));



More information about the samba-cvs mailing list