diff options
-rw-r--r-- | source4/torture/rpc/epmapper.c | 6 |
1 files changed, 6 insertions, 0 deletions
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) { |