Finish removal of iconv_convenience in public API's.
[kai/samba.git] / source4 / torture / rpc / lsa.c
index 3f91afedd6ddc110650213936afbde05bca7e6ba..c66725672ed71a40fd656304376dc70229bf098a 100644 (file)
@@ -2438,7 +2438,7 @@ static bool test_CreateTrustedDomainEx2(struct dcerpc_pipe *p,
                auth_struct.outgoing.count = 0;
                auth_struct.incoming.count = 0;
 
-               ndr_err = ndr_push_struct_blob(&auth_blob, tctx, lp_iconv_convenience(tctx->lp_ctx), &auth_struct,
+               ndr_err = ndr_push_struct_blob(&auth_blob, tctx, &auth_struct,
                                               (ndr_push_flags_fn_t)ndr_push_trustDomainPasswords);
                if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
                        torture_comment(tctx, "ndr_push_struct_blob of trustDomainPasswords structure failed");