1
0
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:
Jelmer Vernooij
2007-12-07 02:37:13 +01:00
committed by Stefan Metzmacher
parent eeb2251d22
commit 40ae12c086
11 changed files with 24 additions and 24 deletions

View File

@@ -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);