From 1637364c9e8e6fc8d426d8a37fcba2e466546faf Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 18 Sep 2009 03:28:51 +0200 Subject: s3:winbind: Fix some enum type mismatches found by the Solaris compiler --- source3/winbindd/winbindd_set_hwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/winbindd_set_hwm.c') 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); -- cgit