mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
s4-torture: Comment out the test_InqObject.
This commit is contained in:
parent
dd9feec3df
commit
fed2b6167a
@ -425,6 +425,11 @@ static bool test_Insert_noreplace(struct torture_context *tctx,
|
|||||||
return true;
|
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)
|
static bool test_InqObject(struct torture_context *tctx, struct dcerpc_pipe *p)
|
||||||
{
|
{
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
@ -439,6 +444,7 @@ static bool test_InqObject(struct torture_context *tctx, struct dcerpc_pipe *p)
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
struct torture_suite *torture_rpc_epmapper(TALLOC_CTX *mem_ctx)
|
struct torture_suite *torture_rpc_epmapper(TALLOC_CTX *mem_ctx)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user