s4-torture: use clusapi_ClusterNodeState enum in torture test.
authorGünther Deschner <gd@samba.org>
Wed, 4 Mar 2015 14:33:45 +0000 (15:33 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 13 Mar 2015 22:58:08 +0000 (23:58 +0100)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/torture/rpc/clusapi.c

index bb713e4ac8c3325c908a3885bcfe2182d9af0534..535130147ada0bdf1f64fdfffe4fb4b2a28dd7e7 100644 (file)
@@ -788,7 +788,7 @@ static bool test_GetNodeState_int(struct torture_context *tctx,
 {
        struct dcerpc_binding_handle *b = p->binding_handle;
        struct clusapi_GetNodeState r;
-       uint32_t State;
+       enum clusapi_ClusterNodeState State;
        WERROR rpc_status;
 
        r.in.hNode = *hNode;