From: Andreas Schneider Date: Tue, 18 Jan 2011 15:42:34 +0000 (+0100) Subject: s4-torture: Comment out the test_InqObject. X-Git-Tag: tevent-0.9.11~1218 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fed2b6167a1c01e2492d03c0293a7cb8994d470d;p=thirdparty%2Fsamba.git s4-torture: Comment out the test_InqObject. --- diff --git a/source4/torture/rpc/epmapper.c b/source4/torture/rpc/epmapper.c index c42f7456f9b..53ab4e07fdc 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) {