diff options
author | Andreas Schneider <asn@samba.org> | 2011-01-18 16:42:34 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-27 14:41:41 +0100 |
commit | fed2b6167a1c01e2492d03c0293a7cb8994d470d (patch) | |
tree | 44128c48132fa7f6ccc2d8a9104440875a76967e | |
parent | dd9feec3df4d4b6c8070467b5a1c85d54f6d7c8e (diff) | |
download | samba-fed2b6167a1c01e2492d03c0293a7cb8994d470d.tar.gz samba-fed2b6167a1c01e2492d03c0293a7cb8994d470d.tar.bz2 samba-fed2b6167a1c01e2492d03c0293a7cb8994d470d.zip |
s4-torture: Comment out the test_InqObject.
-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) { |