1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

s4-torture: make some clusapi torture tests public.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Günther Deschner 2015-06-25 21:47:23 +02:00
parent 0a2c933dc5
commit ceebd509b1

View File

@ -353,7 +353,7 @@ static bool test_SetQuorumResource(struct torture_context *tctx,
return true;
}
static bool test_OpenResource_int(struct torture_context *tctx,
bool test_OpenResource_int(struct torture_context *tctx,
struct dcerpc_pipe *p,
const char *lpszResourceName,
struct policy_handle *hResource)
@ -406,7 +406,7 @@ static bool test_OpenResourceEx_int(struct torture_context *tctx,
return true;
}
static bool test_CloseResource_int(struct torture_context *tctx,
bool test_CloseResource_int(struct torture_context *tctx,
struct dcerpc_pipe *p,
struct policy_handle *hResource)
{
@ -782,7 +782,7 @@ static bool test_FailResource(struct torture_context *tctx,
return ret;
}
static bool test_OnlineResource_int(struct torture_context *tctx,
bool test_OnlineResource_int(struct torture_context *tctx,
struct dcerpc_pipe *p,
struct policy_handle *hResource)
{
@ -822,7 +822,7 @@ static bool test_OnlineResource(struct torture_context *tctx,
return ret;
}
static bool test_OfflineResource_int(struct torture_context *tctx,
bool test_OfflineResource_int(struct torture_context *tctx,
struct dcerpc_pipe *p,
struct policy_handle *hResource)
{