summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2020-03-04 15:23:43 +0100
committerKarolin Seeger <kseeger@samba.org>2020-03-18 10:29:10 +0000
commit1d226313e0393e7d1e712c990fe2e1d4db26fe71 (patch)
tree5dc7381e9ec7d4cf814c7a34c5f421fcc724b15f /examples
parentea4603fd5e58d589034772b173a3a518133faa69 (diff)
downloadsamba-1d226313e0393e7d1e712c990fe2e1d4db26fe71.tar.gz
librpc: fix IDL for svcctl_ChangeServiceConfigW
Found while trying to run winexe against Windows Server 2019. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14313 Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit ebda529b59105e9b70cc74377fe4d54cc16b4f37)
Diffstat (limited to 'examples')
-rw-r--r--examples/winexe/winexe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/winexe/winexe.c b/examples/winexe/winexe.c
index 22f748b1d45..fc6b15f8e52 100644
--- a/examples/winexe/winexe.c
+++ b/examples/winexe/winexe.c
@@ -625,8 +625,10 @@ static NTSTATUS winexe_svc_install(
NULL, /* load_order_group */
NULL, /* tag_id */
NULL, /* dependencies */
+ 0, /* dwDependSize */
NULL, /* service_start_name */
NULL, /* password */
+ 0, /* dwPwSize */
NULL, /* display_name */
&werr);