]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ctx is used
authorAlan T. DeKok <aland@freeradius.org>
Thu, 26 Oct 2023 20:07:48 +0000 (16:07 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 27 Oct 2023 00:06:44 +0000 (20:06 -0400)
src/lib/json/json.c

index cb4dce18eb6807b9374194ba7796e9cce0bf994d..93182ec7492368c66f3e1085ddf8482907794cc3 100644 (file)
@@ -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;