Skip to content

Commit

Permalink
int2str fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Aug 14, 2019
1 parent bd4d699 commit 1c3288e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/dict.c
Expand Up @@ -956,7 +956,7 @@ static bool dict_attr_flags_valid(fr_dict_t *dict, fr_dict_attr_t const *parent,

default:
fr_strerror_printf("Attributes of type '%s' cannot have child attributes",
fr_int2str(fr_value_box_type_table, type, "???"));
fr_table_str_by_num(fr_value_box_type_table, type, "<UNKNOWN>"));
return false;
}

Expand Down

0 comments on commit 1c3288e

Please sign in to comment.