diff options
author | Tim Potter <tpot@samba.org> | 2004-04-25 22:15:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:34 -0500 |
commit | f3d3b3c8091ad4540c330c07662540440affb96e (patch) | |
tree | 39efb9209216232a3b1a7518327017f9f31df502 /source4/torture/rpc | |
parent | 27ce4aa829ec1b4642a66fef2c31192778eef078 (diff) | |
download | samba-f3d3b3c8091ad4540c330c07662540440affb96e.tar.gz samba-f3d3b3c8091ad4540c330c07662540440affb96e.tar.bz2 samba-f3d3b3c8091ad4540c330c07662540440affb96e.zip |
r355: Fix a bunch of compiler warnings in the registry code.
(This used to be commit 0be7a866dc39e2d63c9c114d0f668287259e7c9e)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/winreg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c index 39010d1ea8..ee67c8cc15 100644 --- a/source4/torture/rpc/winreg.c +++ b/source4/torture/rpc/winreg.c @@ -59,7 +59,6 @@ static BOOL test_CreateKey(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, struct winreg_CreateKey r; struct policy_handle newhandle; NTSTATUS status; - struct sec_desc_buf sec_desc; uint32 sec_info = 0; printf("\ntesting CreateKey\n"); |