svn commit: samba r2659 - in branches/SAMBA_4_0/source/torture: .

tridge at samba.org tridge at samba.org
Sun Sep 26 11:27:02 GMT 2004


Author: tridge
Date: 2004-09-26 11:27:01 +0000 (Sun, 26 Sep 2004)
New Revision: 2659

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/torture&rev=2659&nolog=1

Log:
removed some extraneous debug msgs






Modified:
   branches/SAMBA_4_0/source/torture/torture.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/torture.c
===================================================================
--- branches/SAMBA_4_0/source/torture/torture.c	2004-09-26 11:25:33 UTC (rev 2658)
+++ branches/SAMBA_4_0/source/torture/torture.c	2004-09-26 11:27:01 UTC (rev 2659)
@@ -123,15 +123,12 @@
 BOOL torture_close_connection(struct smbcli_state *c)
 {
 	BOOL ret = True;
-	DEBUG(9,("torture_close_connection: smbcli_state@%p\n", c));
 	if (!c) return True;
 	if (NT_STATUS_IS_ERR(smbcli_tdis(c))) {
 		printf("tdis failed (%s)\n", smbcli_errstr(c->tree));
 		ret = False;
 	}
-	DEBUG(9,("torture_close_connection: call smbcli_shutdown\n"));
 	smbcli_shutdown(c);
-	DEBUG(9,("torture_close_connection: exit\n"));
 	return ret;
 }
 



More information about the samba-cvs mailing list