s4-torture: Comment out the test_InqObject.
authorAndreas Schneider <asn@samba.org>
Tue, 18 Jan 2011 15:42:34 +0000 (16:42 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 27 Jan 2011 13:41:41 +0000 (14:41 +0100)
source4/torture/rpc/epmapper.c

index c42f7456f9b8fd2f35899704fa79678e1c987504..53ab4e07fdcc515c38efbb7bf6ac1689db7ee5e3 100644 (file)
@@ -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)
 {