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

tpot at samba.org tpot at samba.org
Mon May 9 02:29:54 GMT 2005


Author: tpot
Date: 2005-05-09 02:29:54 +0000 (Mon, 09 May 2005)
New Revision: 6676

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

Log:
Fix unused variable.

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/composite.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/composite.c	2005-05-09 02:29:22 UTC (rev 6675)
+++ branches/SAMBA_4_0/source/torture/raw/composite.c	2005-05-09 02:29:54 UTC (rev 6676)
@@ -294,8 +294,6 @@
 	printf("count=%d\n", *count);
 
 	for (i=0; i < num_ops; i++) {
-		struct security_descriptor sd;
-
 		status = smb_composite_appendacl_recv(c[i], io[i]);
 		if (!NT_STATUS_IS_OK(status)) {
 			printf("appendacl[%d] failed - %s\n", i, nt_errstr(status));



More information about the samba-cvs mailing list