1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s4-torture: use clusapi_ClusterResourceState enum in torture test.

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-03-04 15:28:32 +01:00
parent 1cfbf3f857
commit 8c22572d0a

View File

@ -445,7 +445,7 @@ static bool test_GetResourceState_int(struct torture_context *tctx,
{
struct dcerpc_binding_handle *b = p->binding_handle;
struct clusapi_GetResourceState r;
uint32_t State;
enum clusapi_ClusterResourceState State;
const char *NodeName;
const char *GroupName;
WERROR rpc_status;