summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpcclient/cmd_test.c')
-rw-r--r--source3/rpcclient/cmd_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_test.c b/source3/rpcclient/cmd_test.c
index 0f1d4221ca..b7be038539 100644
--- a/source3/rpcclient/cmd_test.c
+++ b/source3/rpcclient/cmd_test.c
@@ -26,7 +26,7 @@ static NTSTATUS cmd_testme(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
{
struct rpc_pipe_client *lsa_pipe = NULL, *samr_pipe = NULL;
NTSTATUS status = NT_STATUS_UNSUCCESSFUL;
- POLICY_HND pol;
+ struct policy_handle pol;
d_printf("testme\n");