diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-28 01:17:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:25 -0500 |
commit | 3fcc960839c6e5ca4de2c3c042f12f369ac5f238 (patch) | |
tree | 4d7928465b2a096e9fc994459dd34b44d800c38a /source/winbind/wb_sid2domain.c | |
parent | 15e41e42788428d27a5d006622d84b30e5cd40d6 (diff) | |
download | samba-3fcc960839c6e5ca4de2c3c042f12f369ac5f238.tar.gz |
r25398: Parse loadparm context to all lp_*() functions.
Diffstat (limited to 'source/winbind/wb_sid2domain.c')
-rw-r--r-- | source/winbind/wb_sid2domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/winbind/wb_sid2domain.c b/source/winbind/wb_sid2domain.c index d813df00d19..8336449602f 100644 --- a/source/winbind/wb_sid2domain.c +++ b/source/winbind/wb_sid2domain.c @@ -85,7 +85,7 @@ struct composite_context *wb_sid2domain_send(TALLOC_CTX *mem_ctx, if (dom_sid_equal(service->primary_sid, sid) || dom_sid_in_domain(service->primary_sid, sid)) { - ctx = wb_get_dom_info_send(state, service, lp_workgroup(), + ctx = wb_get_dom_info_send(state, service, lp_workgroup(global_loadparm), service->primary_sid); if (ctx == NULL) goto failed; ctx->async.fn = sid2domain_recv_dom_info; |