From: Günther Deschner Date: Wed, 13 May 2015 08:47:12 +0000 (+0200) Subject: s4-torture: minor cleanup in test_witness_Register(). X-Git-Tag: talloc-2.1.3~355 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9cdb69c8ddc99dc38046a64e0bd36216773600ff;p=thirdparty%2Fsamba.git s4-torture: minor cleanup in test_witness_Register(). Guenther Signed-off-by: Günther Deschner Reviewed-by: Stefan Metzmacher --- 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