1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

Use global iconv convenience rather than global loadparm.

This commit is contained in:
Jelmer Vernooij 2008-11-02 00:35:04 +01:00
parent dccf1b2c9f
commit cb7d085ec3

View File

@ -142,7 +142,7 @@ struct composite_context *resolve_name_nbtlist_send(TALLOC_CTX *mem_ctx,
}
state->nbtsock = nbt_name_socket_init(state, event_ctx,
lp_iconv_convenience(global_loadparm));
global_iconv_convenience);
if (composite_nomem(state->nbtsock, c)) return c;
/* count the address_list size */