mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
r26442: Remove use of global_loadparm.
(This used to be commit 2962a6143c8acb59b64b214bb0146ffa809d5cfe)
This commit is contained in:
parent
84b4763947
commit
2331f4e9a5
@ -159,7 +159,7 @@ NTSTATUS libnet_JoinSite(struct libnet_context *ctx,
|
||||
r->in.dest_address = dest_addr;
|
||||
r->in.netbios_name = libnet_r->in.netbios_name;
|
||||
r->in.domain_dn_str = libnet_r->out.domain_dn_str;
|
||||
r->in.cldap_port = lp_cldap_port(global_loadparm);
|
||||
r->in.cldap_port = lp_cldap_port(ctx->lp_ctx);
|
||||
|
||||
status = libnet_FindSite(tmp_ctx, r);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user