From 7f6bb48bdf230465fd26514ff43d92e2c1f32fe6 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 10:29:34 +0200 Subject: s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". Guenther --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client/client.c') diff --git a/source3/client/client.c b/source3/client/client.c index 13617155c7..416a4bb6cf 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -562,7 +562,7 @@ static void display_finfo(file_info *finfo, const char *dir) afname, cli_errstr( finfo->cli))); } else { - SEC_DESC *sd = NULL; + struct security_descriptor *sd = NULL; sd = cli_query_secdesc(finfo->cli, fnum, ctx); if (!sd) { DEBUG( 0, ("display_finfo() failed to " -- cgit