librpc: fix IDL for svcctl_ChangeServiceConfigW
[samba.git] / examples / winexe / winexe.c
index 22f748b1d456934773971b0218d15e42e44d15a3..fc6b15f8e52f1f2ca095cbcebacf7de243b85c01 100644 (file)
@@ -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);