summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_xids2sids.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/wb_xids2sids.c')
-rw-r--r--source3/winbindd/wb_xids2sids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wb_xids2sids.c b/source3/winbindd/wb_xids2sids.c
index f4ff1a577d0..aba83823c7b 100644
--- a/source3/winbindd/wb_xids2sids.c
+++ b/source3/winbindd/wb_xids2sids.c
@@ -437,7 +437,7 @@ static void wb_xids2sids_init_dom_maps_done(struct tevent_req *subreq);
struct tevent_req *wb_xids2sids_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
- struct unixid *xids,
+ const struct unixid *xids,
uint32_t num_xids)
{
struct tevent_req *req, *subreq;