From b8268cf7b0264ea28f684cbdfbf462e68a018d83 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 10 May 2010 00:42:06 +0200 Subject: s3: Remove use of iconv_convenience. --- source4/torture/basic/misc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/torture/basic') diff --git a/source4/torture/basic/misc.c b/source4/torture/basic/misc.c index 40a61400f7..24e8e37331 100644 --- a/source4/torture/basic/misc.c +++ b/source4/torture/basic/misc.c @@ -883,7 +883,6 @@ static struct composite_context *torture_connect_async( smb->in.service_type=NULL; smb->in.credentials=cmdline_credentials; smb->in.fallback_to_anonymous=false; - smb->in.iconv_convenience = lp_iconv_convenience(tctx->lp_ctx); smb->in.gensec_settings = lp_gensec_settings(mem_ctx, tctx->lp_ctx); smb->in.workgroup=workgroup; lp_smbcli_options(tctx->lp_ctx, &smb->in.options); -- cgit