mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
r26378: Remove use of global_loadparm.
(This used to be commit 81333de535)
This commit is contained in:
committed by
Stefan Metzmacher
parent
51ef1b606f
commit
eede6b87e1
@@ -241,7 +241,7 @@ struct resolve_context *lp_resolve_context(struct loadparm_context *lp_ctx)
|
||||
if (!strcmp(methods[i], "wins")) {
|
||||
resolve_context_add_wins_method(ret, lp_wins_server_list(lp_ctx));
|
||||
} else if (!strcmp(methods[i], "bcast")) {
|
||||
resolve_context_add_bcast_method(ret);
|
||||
resolve_context_add_bcast_method(ret, lp_ctx);
|
||||
} else if (!strcmp(methods[i], "host")) {
|
||||
resolve_context_add_host_method(ret);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user