summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_gid2sid.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/wb_gid2sid.c')
-rw-r--r--source3/winbindd/wb_gid2sid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wb_gid2sid.c b/source3/winbindd/wb_gid2sid.c
index d7842128666..323437b69c3 100644
--- a/source3/winbindd/wb_gid2sid.c
+++ b/source3/winbindd/wb_gid2sid.c
@@ -78,7 +78,7 @@ struct tevent_req *wb_gid2sid_send(TALLOC_CTX *mem_ctx,
child = idmap_child();
subreq = dcerpc_wbint_Gid2Sid_send(
- state, ev, child->binding_handle, state->dom_name,
+ state, ev, child->binding_handle,
gid, &state->sid);
if (tevent_req_nomem(subreq, req)) {
return tevent_req_post(req, ev);