[SCM] Samba Shared Repository - branch master updated - 93c61a814a5a79505a0bd2675a67cb3d6a4fdbe3

Günther Deschner gd at samba.org
Wed Dec 17 22:52:59 GMT 2008


The branch, master has been updated
       via  93c61a814a5a79505a0bd2675a67cb3d6a4fdbe3 (commit)
      from  076f15f54ef95e6b4d400a4bd241c767827bb1dd (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 93c61a814a5a79505a0bd2675a67cb3d6a4fdbe3
Author: Günther Deschner <gd at samba.org>
Date:   Wed Dec 17 23:51:30 2008 +0100

    s4: smbtorture, fix the build of netlogon test after idl change.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/rpc/netlogon.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c
index 72c0b1a..c7518d1 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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list