Remove iconv_convenience parameter from simple string push/pull
[amitay/samba.git] / source4 / kdc / kpasswdd.c
index 1336b0157ecc03eda7e7b915d2128b05d55419da..63b5f2a2e4de70601abb0d48e54ccec37725a9ad 100644 (file)
@@ -65,7 +65,7 @@ static bool kpasswdd_make_error_reply(struct kdc_server *kdc,
        
        DEBUG(result_code ? 3 : 10, ("kpasswdd: %s\n", error_string));
 
-       len = push_utf8_talloc(mem_ctx, lp_iconv_convenience(kdc->task->lp_ctx), &error_string_utf8, error_string);
+       len = push_utf8_talloc(mem_ctx, &error_string_utf8, error_string);
        if (len == -1) {
                return false;
        }