summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_sid2domain.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-10-31 20:28:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:36 -0500
commit4bb85c2939c879db566e117f6c1daa22377c0e4e (patch)
treed4c6934a83b637d568120066248183f697b676dc /source4/winbind/wb_sid2domain.c
parent5ca7979b2ca0cb9de1787023b2bf07e1048ba7cf (diff)
downloadsamba-4bb85c2939c879db566e117f6c1daa22377c0e4e.tar.gz
samba-4bb85c2939c879db566e117f6c1daa22377c0e4e.tar.xz
samba-4bb85c2939c879db566e117f6c1daa22377c0e4e.zip
r11423: Add some TALLOC_CTX
(This used to be commit a043ef33dca19d5ac1cdead60a4faa8b3a950bf4)
Diffstat (limited to 'source4/winbind/wb_sid2domain.c')
-rw-r--r--source4/winbind/wb_sid2domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_sid2domain.c b/source4/winbind/wb_sid2domain.c
index 83e81e1cd06..13cc318f766 100644
--- a/source4/winbind/wb_sid2domain.c
+++ b/source4/winbind/wb_sid2domain.c
@@ -127,7 +127,7 @@ struct composite_context *wb_sid2domain_send(struct wbsrv_service *service,
return result;
}
- ctx = wb_cmd_lookupsid_send(service, state->my_domain, state->sid);
+ ctx = wb_cmd_lookupsid_send(state, service, state->sid);
if (ctx == NULL) goto failed;
ctx->async.fn = sid2domain_recv_name;
ctx->async.private_data = state;