[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Jun 29 09:17:02 MDT 2010


The branch, master has been updated
       via  5bc77c8... s4-smbtorture: use TEST_MACHINE_NAME in test_netr_GetForestTrustInformation().
      from  b31ff05... s4-smbtorture: add netr_GetForestTrustInformation test to RPC-NETLOGON.

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


- Log -----------------------------------------------------------------
commit 5bc77c8778dda8e688c1eff0167c67fa19b31d75
Author: Günther Deschner <gd at samba.org>
Date:   Tue Jun 29 17:16:25 2010 +0200

    s4-smbtorture: use TEST_MACHINE_NAME in test_netr_GetForestTrustInformation().
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c
index 02e60a9..b3901bd 100644
--- a/source4/torture/rpc/netlogon.c
+++ b/source4/torture/rpc/netlogon.c
@@ -2076,7 +2076,7 @@ static bool test_netr_GetForestTrustInformation(struct torture_context *tctx,
 	netlogon_creds_client_authenticator(creds, &a);
 
 	r.in.server_name = talloc_asprintf(tctx, "\\\\%s", dcerpc_server_name(p));
-	r.in.computer_name = "";
+	r.in.computer_name = TEST_MACHINE_NAME;
 	r.in.credential = &a;
 	r.in.flags = 0;
 	r.out.return_authenticator = &return_authenticator;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list