summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_svcctl.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-14 11:54:46 +0100
committerGünther Deschner <gd@samba.org>2008-11-17 13:18:19 +0100
commit0e801722e335c1bd17897848bf63d2acf4576b2e (patch)
tree7ab5e028ef50aab471d0e3427f11bc5879997e61 /source3/librpc/gen_ndr/srv_svcctl.c
parent5b4140a99767db9f0dfa02049e4dcff23a7fdb83 (diff)
downloadsamba-0e801722e335c1bd17897848bf63d2acf4576b2e.tar.gz
samba-0e801722e335c1bd17897848bf63d2acf4576b2e.tar.bz2
samba-0e801722e335c1bd17897848bf63d2acf4576b2e.zip
s3-build: re-run make samba3-idl.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/srv_svcctl.c')
-rw-r--r--source3/librpc/gen_ndr/srv_svcctl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/librpc/gen_ndr/srv_svcctl.c b/source3/librpc/gen_ndr/srv_svcctl.c
index 2349b4fd93..f37111137e 100644
--- a/source3/librpc/gen_ndr/srv_svcctl.c
+++ b/source3/librpc/gen_ndr/srv_svcctl.c
@@ -3445,12 +3445,6 @@ static bool api_EnumServicesStatusExW(pipes_struct *p)
}
r->out.resume_handle = r->in.resume_handle;
- r->out.group_name = talloc_zero(r, const char *);
- if (r->out.group_name == NULL) {
- talloc_free(r);
- return false;
- }
-
r->out.result = _EnumServicesStatusExW(p, r);
if (p->rng_fault_state) {