From: Alan T. DeKok Date: Thu, 26 Oct 2023 20:07:48 +0000 (-0400) Subject: ctx is used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a56731e6497c111a032cdd7b056b50f3a2f550;p=thirdparty%2Ffreeradius-server.git ctx is used --- diff --git a/src/lib/json/json.c b/src/lib/json/json.c index cb4dce18eb6..93182ec7492 100644 --- a/src/lib/json/json.c +++ b/src/lib/json/json.c @@ -1156,7 +1156,7 @@ static struct json_object *json_value_array_afrom_pair_list(TALLOC_CTX *ctx, fr_ * @param[in] format Formatting control, must be set. * @return JSON object with the generated representation. */ -static struct json_object *json_attr_array_afrom_pair_list(UNUSED TALLOC_CTX *ctx, fr_pair_list_t *vps, +static struct json_object *json_attr_array_afrom_pair_list(TALLOC_CTX *ctx, fr_pair_list_t *vps, fr_json_format_t const *format) { fr_pair_t *vp;