summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/srv_svcctl.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-01-08 15:45:09 +0100
committerGünther Deschner <gd@samba.org>2009-01-08 17:32:36 +0100
commit6bed89fa49f29d189de6f6fbd15de1c39c5715f9 (patch)
treeed407273e4b0184433e520d7817178abccef1f26 /librpc/gen_ndr/srv_svcctl.c
parent2e5b581a5e2dc6ca63f5a869ced90843b284fa0c (diff)
downloadsamba-6bed89fa49f29d189de6f6fbd15de1c39c5715f9.tar.gz
samba-6bed89fa49f29d189de6f6fbd15de1c39c5715f9.tar.bz2
samba-6bed89fa49f29d189de6f6fbd15de1c39c5715f9.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/srv_svcctl.c')
-rw-r--r--librpc/gen_ndr/srv_svcctl.c2
1 files changed, 1 insertions, 1 deletions
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;