Skip to content

Commit

Permalink
a couple more
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnewton committed Feb 21, 2020
1 parent 6b8e420 commit 34d53fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/json/json.c
Expand Up @@ -502,6 +502,8 @@ bool fr_json_format_verify(fr_json_format_t const *format, bool verbose)

/* If we get here, something has gone wrong */
rad_assert(0);

return false;
}


Expand Down Expand Up @@ -991,7 +993,7 @@ static struct json_object *json_attr_array_afrom_pair_list(UNUSED TALLOC_CTX *ct
char *fr_json_afrom_pair_list(TALLOC_CTX *ctx, VALUE_PAIR *vps,
fr_json_format_t const *format)
{
struct json_object *obj;
struct json_object *obj = NULL;
const char *p;
char *out;

Expand Down

0 comments on commit 34d53fc

Please sign in to comment.