From 9cdb69c8ddc99dc38046a64e0bd36216773600ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 13 May 2015 10:47:12 +0200 Subject: [PATCH] s4-torture: minor cleanup in test_witness_Register(). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Stefan Metzmacher --- source4/torture/rpc/witness.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/torture/rpc/witness.c b/source4/torture/rpc/witness.c index 7499b05a520..3064dbd5975 100644 --- a/source4/torture/rpc/witness.c +++ b/source4/torture/rpc/witness.c @@ -286,7 +286,7 @@ static bool test_witness_Register(struct torture_context *tctx, },{ .version = WITNESS_V1, .net_name = dcerpc_server_name(p), - .ip_address = NULL, /* "99192.168.44.45" */ + .ip_address = NULL, .client_computer_name = lpcfg_netbios_name(tctx->lp_ctx), .expected_status = NT_STATUS_OK, .expected_result = WERR_INVALID_PARAM @@ -422,7 +422,7 @@ static bool test_witness_RegisterEx(struct torture_context *tctx, },{ .version = WITNESS_V2, .net_name = dcerpc_server_name(p), - .ip_address = NULL, /* "99192.168.44.45" */ + .ip_address = NULL, .client_computer_name = lpcfg_netbios_name(tctx->lp_ctx), .expected_status = NT_STATUS_OK, .expected_result = WERR_INVALID_PARAM -- 2.11.4.GIT