summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_svcctl.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-05-31 15:46:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:01 -0500
commiteec5e026adb176ad48b1ebcb0ddf71bbb609ad95 (patch)
treebe895acdbe28c03505a9ad61a05b2edd0111ee4e /source3/librpc/gen_ndr/srv_svcctl.c
parentde51cbadfcac86fed062dbe728d3fa96435d1320 (diff)
downloadsamba-eec5e026adb176ad48b1ebcb0ddf71bbb609ad95.tar.gz
samba-eec5e026adb176ad48b1ebcb0ddf71bbb609ad95.tar.bz2
samba-eec5e026adb176ad48b1ebcb0ddf71bbb609ad95.zip
r23269: Regenerate svcctl files after IDL fixes
(This used to be commit 92c505bf7f15a79c6e32a38b2d218f65b0283507)
Diffstat (limited to 'source3/librpc/gen_ndr/srv_svcctl.c')
-rw-r--r--source3/librpc/gen_ndr/srv_svcctl.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/source3/librpc/gen_ndr/srv_svcctl.c b/source3/librpc/gen_ndr/srv_svcctl.c
index 070a24d670..0211baa583 100644
--- a/source3/librpc/gen_ndr/srv_svcctl.c
+++ b/source3/librpc/gen_ndr/srv_svcctl.c
@@ -103,8 +103,8 @@ static BOOL api_svcctl_ControlService(pipes_struct *p)
NDR_PRINT_IN_DEBUG(svcctl_ControlService, &r);
ZERO_STRUCT(r.out);
- r.out.status = talloc_zero(mem_ctx, struct SERVICE_STATUS);
- if (r.out.status == NULL) {
+ r.out.service_status = talloc_zero(mem_ctx, struct SERVICE_STATUS);
+ if (r.out.service_status == NULL) {
talloc_free(mem_ctx);
return False;
}
@@ -437,8 +437,8 @@ static BOOL api_svcctl_QueryServiceStatus(pipes_struct *p)
NDR_PRINT_IN_DEBUG(svcctl_QueryServiceStatus, &r);
ZERO_STRUCT(r.out);
- r.out.status = talloc_zero(mem_ctx, struct SERVICE_STATUS);
- if (r.out.status == NULL) {
+ r.out.service_status = talloc_zero(mem_ctx, struct SERVICE_STATUS);
+ if (r.out.service_status == NULL) {
talloc_free(mem_ctx);
return False;
}
@@ -909,8 +909,8 @@ static BOOL api_svcctl_EnumDependentServicesW(pipes_struct *p)
NDR_PRINT_IN_DEBUG(svcctl_EnumDependentServicesW, &r);
ZERO_STRUCT(r.out);
- r.out.status = talloc_zero(mem_ctx, struct ENUM_SERVICE_STATUS);
- if (r.out.status == NULL) {
+ r.out.service_status = talloc_zero(mem_ctx, struct ENUM_SERVICE_STATUS);
+ if (r.out.service_status == NULL) {
talloc_free(mem_ctx);
return False;
}
@@ -1295,8 +1295,8 @@ static BOOL api_svcctl_QueryServiceLockStatusW(pipes_struct *p)
NDR_PRINT_IN_DEBUG(svcctl_QueryServiceLockStatusW, &r);
ZERO_STRUCT(r.out);
- r.out.status = talloc_zero(mem_ctx, struct SERVICE_LOCK_STATUS);
- if (r.out.status == NULL) {
+ r.out.lock_status = talloc_zero(mem_ctx, struct SERVICE_LOCK_STATUS);
+ if (r.out.lock_status == NULL) {
talloc_free(mem_ctx);
return False;
}
@@ -1786,8 +1786,8 @@ static BOOL api_svcctl_EnumDependentServicesA(pipes_struct *p)
NDR_PRINT_IN_DEBUG(svcctl_EnumDependentServicesA, &r);
ZERO_STRUCT(r.out);
- r.out.status = talloc_zero(mem_ctx, struct ENUM_SERVICE_STATUS);
- if (r.out.status == NULL) {
+ r.out.service_status = talloc_zero(mem_ctx, struct ENUM_SERVICE_STATUS);
+ if (r.out.service_status == NULL) {
talloc_free(mem_ctx);
return False;
}
@@ -2165,8 +2165,8 @@ static BOOL api_svcctl_QueryServiceLockStatusA(pipes_struct *p)
NDR_PRINT_IN_DEBUG(svcctl_QueryServiceLockStatusA, &r);
ZERO_STRUCT(r.out);
- r.out.status = talloc_zero(mem_ctx, struct SERVICE_LOCK_STATUS);
- if (r.out.status == NULL) {
+ r.out.lock_status = talloc_zero(mem_ctx, struct SERVICE_LOCK_STATUS);
+ if (r.out.lock_status == NULL) {
talloc_free(mem_ctx);
return False;
}