From 6bed89fa49f29d189de6f6fbd15de1c39c5715f9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Jan 2009 15:45:09 +0100 Subject: s3: re-run make samba3-idl. Guenther --- librpc/gen_ndr/srv_svcctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/gen_ndr/srv_svcctl.c') diff --git a/librpc/gen_ndr/srv_svcctl.c b/librpc/gen_ndr/srv_svcctl.c index 46e2b03d3c..cffbb6a268 100644 --- a/librpc/gen_ndr/srv_svcctl.c +++ b/librpc/gen_ndr/srv_svcctl.c @@ -2032,7 +2032,7 @@ static bool api_svcctl_EnumDependentServicesA(pipes_struct *p) } ZERO_STRUCT(r->out); - r->out.service_status = talloc_zero(r, struct ENUM_SERVICE_STATUS); + r->out.service_status = talloc_zero(r, struct ENUM_SERVICE_STATUSA); if (r->out.service_status == NULL) { talloc_free(r); return false; -- cgit