mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
r26328: remove more uses of global_loadparm.
This commit is contained in:
committed by
Stefan Metzmacher
parent
eeb2251d22
commit
40ae12c086
@@ -45,7 +45,7 @@ struct libnet_context *libnet_context_init(struct event_context *ev,
|
||||
ctx->lp_ctx = lp_ctx;
|
||||
|
||||
/* name resolution methods */
|
||||
ctx->name_res_methods = str_list_copy(ctx, lp_name_resolve_order(global_loadparm));
|
||||
ctx->name_res_methods = str_list_copy(ctx, lp_name_resolve_order(lp_ctx));
|
||||
|
||||
/* connected services' params */
|
||||
ZERO_STRUCT(ctx->samr);
|
||||
|
||||
Reference in New Issue
Block a user