s4: smbtorture, fix the build of netlogon test after idl change.
authorGünther Deschner <gd@samba.org>
Wed, 17 Dec 2008 22:51:30 +0000 (23:51 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 17 Dec 2008 22:52:15 +0000 (23:52 +0100)
Guenther

source4/torture/rpc/netlogon.c

index 72c0b1ac6f6163922c11253c764724c14787ba55..c7518d15a0f887ce4bfe371cce5f8ca3d9475467 100644 (file)
@@ -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);