s4-smbtorture: use TEST_MACHINE_NAME in test_netr_GetForestTrustInformation().
authorGünther Deschner <gd@samba.org>
Tue, 29 Jun 2010 15:16:25 +0000 (17:16 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 29 Jun 2010 15:16:25 +0000 (17:16 +0200)
Guenther

source4/torture/rpc/netlogon.c

index 02e60a9ffaeeb2d57410dd24d672096b6ccf7fed..b3901bdb89d8797fc6a564073e2a8cc352cccd8d 100644 (file)
@@ -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;