From ea0048712d6d9b64f6c492bcc3f527d7db6c3bc4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 8 Apr 2008 23:04:22 +0200 Subject: Re-run make idl. Guenther (This used to be commit ad3073749089f7166d9070c232ef02e6ba203215) --- source3/librpc/gen_ndr/srv_lsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/gen_ndr/srv_lsa.c') diff --git a/source3/librpc/gen_ndr/srv_lsa.c b/source3/librpc/gen_ndr/srv_lsa.c index e6fca84687..249bdc04bb 100644 --- a/source3/librpc/gen_ndr/srv_lsa.c +++ b/source3/librpc/gen_ndr/srv_lsa.c @@ -2521,7 +2521,7 @@ static bool api_lsa_LookupPrivName(pipes_struct *p) } ZERO_STRUCT(r->out); - r->out.name = talloc_zero(r, struct lsa_StringLarge); + r->out.name = talloc_zero(r, struct lsa_StringLarge *); if (r->out.name == NULL) { talloc_free(r); return false; -- cgit