From 8bc9c343c4fe4e6f6c0283fd15e86caf6b8c1085 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 02:56:17 +0200 Subject: s3-secdesc: remove "typedef struct sec_desc_buf SEC_DESC_BUF". Guenther --- source3/rpcclient/cmd_samr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpcclient/cmd_samr.c') diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c index e21a57fba7..e61f590271 100644 --- a/source3/rpcclient/cmd_samr.c +++ b/source3/rpcclient/cmd_samr.c @@ -2161,7 +2161,7 @@ static NTSTATUS cmd_samr_query_sec_obj(struct rpc_pipe_client *cli, uint32 sec_info = DACL_SECURITY_INFORMATION; uint32 user_rid = 0; TALLOC_CTX *ctx = NULL; - SEC_DESC_BUF *sec_desc_buf=NULL; + struct sec_desc_buf *sec_desc_buf=NULL; bool domain = False; ctx=talloc_init("cmd_samr_query_sec_obj"); -- cgit