Fix RPC-LSA-TRUSTED-DOMAINS for changed IDL
authorSumit Bose <sbose@redhat.com>
Mon, 23 Aug 2010 14:14:58 +0000 (16:14 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 25 Aug 2010 11:27:50 +0000 (13:27 +0200)
source4/torture/rpc/lsa.c

index c66725672ed71a40fd656304376dc70229bf098a..5d4f597fcb685b21ac151316c3e81ae68ff20e49 100644 (file)
@@ -2436,7 +2436,17 @@ static bool test_CreateTrustedDomainEx2(struct dcerpc_pipe *p,
                generate_random_buffer(auth_struct.confounder, sizeof(auth_struct.confounder));
 
                auth_struct.outgoing.count = 0;
+               auth_struct.outgoing.current.count = 0;
+               auth_struct.outgoing.current.array = NULL;
+               auth_struct.outgoing.previous.count = 0;
+               auth_struct.outgoing.previous.array = NULL;
+
                auth_struct.incoming.count = 0;
+               auth_struct.incoming.current.count = 0;
+               auth_struct.incoming.current.array = NULL;
+               auth_struct.incoming.previous.count = 0;
+               auth_struct.incoming.previous.array = NULL;
+
 
                ndr_err = ndr_push_struct_blob(&auth_blob, tctx, &auth_struct,
                                               (ndr_push_flags_fn_t)ndr_push_trustDomainPasswords);