From: Günther Deschner Date: Wed, 17 Dec 2008 22:51:30 +0000 (+0100) Subject: s4: smbtorture, fix the build of netlogon test after idl change. X-Git-Tag: samba-4.0.0alpha6~462^2~14^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c61a814a5a79505a0bd2675a67cb3d6a4fdbe3;p=thirdparty%2Fsamba.git s4: smbtorture, fix the build of netlogon test after idl change. Guenther --- diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index 72c0b1ac6f6..c7518d15a0f 100644 --- a/source4/torture/rpc/netlogon.c +++ b/source4/torture/rpc/netlogon.c @@ -2137,7 +2137,7 @@ static bool test_GetDomainInfo(struct torture_context *tctx, q1.workstation_site = "Default-First-Site-Name"; q1.blob2.length = 0; q1.blob2.size = 0; - q1.blob2.data = NULL; + q1.blob2.array = NULL; q1.product.string = "product string"; torture_comment(tctx, "Testing netr_LogonGetDomainInfo\n"); @@ -2203,7 +2203,7 @@ static bool test_GetDomainInfo_async(struct torture_context *tctx, q1.workstation_site = "Default-First-Site-Name"; q1.blob2.length = 0; q1.blob2.size = 0; - q1.blob2.data = NULL; + q1.blob2.array = NULL; q1.product.string = "product string"; torture_comment(tctx, "Testing netr_LogonGetDomainInfo - async count %d\n", ASYNC_COUNT);