From fed2b6167a1c01e2492d03c0293a7cb8994d470d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 18 Jan 2011 16:42:34 +0100 Subject: s4-torture: Comment out the test_InqObject. --- source4/torture/rpc/epmapper.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source4/torture/rpc/epmapper.c b/source4/torture/rpc/epmapper.c index c42f7456f9..53ab4e07fd 100644 --- a/source4/torture/rpc/epmapper.c +++ b/source4/torture/rpc/epmapper.c @@ -425,6 +425,11 @@ static bool test_Insert_noreplace(struct torture_context *tctx, return true; } +#if 0 +/* + * The MS-RPCE documentation states that this function isn't implemented and + * SHOULD NOT be called by a client. + */ static bool test_InqObject(struct torture_context *tctx, struct dcerpc_pipe *p) { NTSTATUS status; @@ -439,6 +444,7 @@ static bool test_InqObject(struct torture_context *tctx, struct dcerpc_pipe *p) return true; } +#endif struct torture_suite *torture_rpc_epmapper(TALLOC_CTX *mem_ctx) { -- cgit