Got a bit carried away deleting things.
authorTim Potter <tpot@samba.org>
Fri, 23 Jun 2000 06:43:08 +0000 (06:43 +0000)
committerTim Potter <tpot@samba.org>
Fri, 23 Jun 2000 06:43:08 +0000 (06:43 +0000)
(This used to be commit 211391d88e10d94edcc81b83fefcadb4a905ea56)

source3/rpc_server/srv_lsa.c

index e67d3dca572439b68254f2d030a048c7b0d18b76..5855f6c03059a910179e6e352eaca964bdc2b38c 100644 (file)
@@ -648,6 +648,7 @@ static BOOL api_lsa_lookup_names(pipes_struct *p)
 static BOOL api_lsa_close(pipes_struct *p)
 {
        LSA_R_CLOSE r_c;
+       prs_struct *rdata = &p->out_data.rdata;
 
        ZERO_STRUCT(r_c);
 
@@ -668,7 +669,6 @@ static BOOL api_lsa_open_secret(pipes_struct *p)
        /* XXXX this is NOT good */
        size_t i;
        uint32 dummy = 0;
-       prs_struct *data = &p->in_data.data;
        prs_struct *rdata = &p->out_data.rdata;
 
        for(i =0; i < 4; i++) {