From 5bc77c8778dda8e688c1eff0167c67fa19b31d75 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 29 Jun 2010 17:16:25 +0200 Subject: s4-smbtorture: use TEST_MACHINE_NAME in test_netr_GetForestTrustInformation(). Guenther --- source4/torture/rpc/netlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index 02e60a9ffa..b3901bdb89 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; -- cgit