r6676: Fix unused variable.
authorTim Potter <tpot@samba.org>
Mon, 9 May 2005 02:29:54 +0000 (02:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:34 +0000 (13:16 -0500)
(This used to be commit 699e0adf4cba1473b48ff38c8043dbc36bc43560)

source4/torture/raw/composite.c

index 98615b7de4e3afa0846c19d5d9c1ef5d993a77b0..e78227be1617c87414e07ae55451096a2cffe2d1 100644 (file)
@@ -294,8 +294,6 @@ static BOOL test_appendacl(struct smbcli_state *cli, TALLOC_CTX *mem_ctx)
        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));