mirror of
https://github.com/samba-team/samba.git
synced 2025-10-28 03:33:13 +03:00
r26441: Remove global_loadparm uses.
This commit is contained in:
committed by
Stefan Metzmacher
parent
8858cf3972
commit
32007c6277
@@ -471,7 +471,8 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode,
|
||||
if (!ev) {
|
||||
exit(1);
|
||||
}
|
||||
msg = messaging_client_init(state, lp_messaging_path(state, lp_ctx), ev);
|
||||
msg = messaging_client_init(state, lp_messaging_path(state, lp_ctx),
|
||||
lp_iconv_convenience(lp_ctx), ev);
|
||||
if (!msg) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user