summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-09-18 03:28:51 +0200
committerVolker Lendecke <vl@samba.org>2009-09-18 03:31:22 +0200
commit1637364c9e8e6fc8d426d8a37fcba2e466546faf (patch)
tree6f00c578c8ca34aef2870d8617d52c26fa46ca6f /source3
parent9e49ad558eb9daaf4df13579211378d8ba01815e (diff)
downloadsamba-1637364c9e8e6fc8d426d8a37fcba2e466546faf.tar.gz
samba-1637364c9e8e6fc8d426d8a37fcba2e466546faf.tar.bz2
samba-1637364c9e8e6fc8d426d8a37fcba2e466546faf.zip
s3:winbind: Fix some enum type mismatches found by the Solaris compiler
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/winbindd_remove_mapping.c2
-rw-r--r--source3/winbindd/winbindd_set_hwm.c2
-rw-r--r--source3/winbindd/winbindd_set_mapping.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/winbindd/winbindd_remove_mapping.c b/source3/winbindd/winbindd_remove_mapping.c
index 055694d63c..1ca4e9452f 100644
--- a/source3/winbindd/winbindd_remove_mapping.c
+++ b/source3/winbindd/winbindd_remove_mapping.c
@@ -35,7 +35,7 @@ struct tevent_req *winbindd_remove_mapping_send(TALLOC_CTX *mem_ctx,
struct tevent_req *req, *subreq;
struct winbindd_remove_mapping_state *state;
struct winbindd_child *child;
- enum id_type type;
+ enum wbint_IdType type;
req = tevent_req_create(mem_ctx, &state,
struct winbindd_remove_mapping_state);
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);
diff --git a/source3/winbindd/winbindd_set_mapping.c b/source3/winbindd/winbindd_set_mapping.c
index 8274c1eb10..7ca564a559 100644
--- a/source3/winbindd/winbindd_set_mapping.c
+++ b/source3/winbindd/winbindd_set_mapping.c
@@ -35,7 +35,7 @@ struct tevent_req *winbindd_set_mapping_send(TALLOC_CTX *mem_ctx,
struct tevent_req *req, *subreq;
struct winbindd_set_mapping_state *state;
struct winbindd_child *child;
- enum id_type type;
+ enum wbint_IdType type;
req = tevent_req_create(mem_ctx, &state,
struct winbindd_set_mapping_state);