diff options
author | Günther Deschner <gd@samba.org> | 2010-06-29 17:16:25 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-29 17:16:25 +0200 |
commit | 5bc77c8778dda8e688c1eff0167c67fa19b31d75 (patch) | |
tree | e1aa04985a49ecd5a6640346047b893253f7f0d6 /source4/torture | |
parent | b31ff0537a22ec35bc457066002709dcfc9d66ae (diff) | |
download | samba-5bc77c8778dda8e688c1eff0167c67fa19b31d75.tar.gz samba-5bc77c8778dda8e688c1eff0167c67fa19b31d75.tar.bz2 samba-5bc77c8778dda8e688c1eff0167c67fa19b31d75.zip |
s4-smbtorture: use TEST_MACHINE_NAME in test_netr_GetForestTrustInformation().
Guenther
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/netlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |