summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_set_hwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/winbindd_set_hwm.c')
-rw-r--r--source3/winbindd/winbindd_set_hwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_set_hwm.c b/source3/winbindd/winbindd_set_hwm.c
index 4446ae22f0..11f1b5012d 100644
--- a/source3/winbindd/winbindd_set_hwm.c
+++ b/source3/winbindd/winbindd_set_hwm.c
@@ -35,7 +35,7 @@ struct tevent_req *winbindd_set_hwm_send(TALLOC_CTX *mem_ctx,
struct tevent_req *req, *subreq;
struct winbindd_set_hwm_state *state;
struct winbindd_child *child;
- enum id_type type;
+ enum wbint_IdType type;
req = tevent_req_create(mem_ctx, &state,
struct winbindd_set_hwm_state);