Remove iconv_convenience argument from convert_string{,talloc}() but
[bbaumbach/samba-autobuild/.git] / source4 / torture / rpc / spoolss_win.c
index 9ce9fb752637868e84fe48a85adb24c10f2103ce..ca61d1dddb5d5639e828099d4ec685e4b45836cb 100644 (file)
@@ -354,7 +354,7 @@ static bool test_EnumPrinterKey(struct torture_context *tctx,
 
        torture_assert_werr_ok(tctx, epk.out.result, "EnumPrinterKey failed");
 
-       convert_string_talloc(ctx, lp_iconv_convenience(tctx->lp_ctx), CH_UTF16,
+       convert_string_talloc_convenience(ctx, lp_iconv_convenience(tctx->lp_ctx), CH_UTF16,
                        CH_UNIX, epk.out.key_buffer, epk.out.needed,
                        (void**)&ctx->printer_keys);