diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-03-25 08:37:00 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-25 04:37:06 +0100 |
commit | b5616adc8adbcee61bb670378f9c066225d9dcf3 (patch) | |
tree | 29cf788ade306c9ec3eb95493a6db71a7936f898 /libgpo/gpo_fetch.c | |
parent | 7824111d07ae12b34e03da1e72884d421a9f9f33 (diff) | |
download | samba-b5616adc8adbcee61bb670378f9c066225d9dcf3.tar.gz |
lib/util/charset rename iconv_convenience to iconv_handle
This better reflects what this structure is
Andrew Bartlett
Diffstat (limited to 'libgpo/gpo_fetch.c')
-rw-r--r-- | libgpo/gpo_fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpo/gpo_fetch.c b/libgpo/gpo_fetch.c index 00f9b5cc8a1..40f8c5870de 100644 --- a/libgpo/gpo_fetch.c +++ b/libgpo/gpo_fetch.c @@ -175,7 +175,7 @@ static NTSTATUS gpo_connect_server(ADS_STRUCT *ads, struct loadparm_context *lp_ tevent_context_init(ads), &options, &session_options, - lp_iconv_convenience(lp_ctx), + lp_iconv_handle(lp_ctx), lp_gensec_settings(ads, lp_ctx)); if (!NT_STATUS_IS_OK(result)) { DEBUG(10,("failed to connect: %s\n", |