summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_set_mapping.c
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/winbindd/winbindd_set_mapping.c
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/winbindd/winbindd_set_mapping.c')
-rw-r--r--source3/winbindd/winbindd_set_mapping.c2
1 files changed, 1 insertions, 1 deletions
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);