Skip to content

Commit

Permalink
It's ok for the ctx to be NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Oct 4, 2018
1 parent 2f9d243 commit a5d37a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/dict.h
Expand Up @@ -223,7 +223,7 @@ int fr_dict_unknown_vendor_afrom_num(TALLOC_CTX *ctx, fr_dict_attr_t **out,
fr_dict_attr_t const *parent, unsigned int vendor);

fr_dict_attr_t const *fr_dict_unknown_afrom_fields(TALLOC_CTX *ctx, fr_dict_attr_t const *parent,
unsigned int vendor, unsigned int attr) CC_HINT(nonnull);
unsigned int vendor, unsigned int attr) CC_HINT(nonnull(2));

ssize_t fr_dict_unknown_afrom_oid_str(TALLOC_CTX *ctx, fr_dict_attr_t **out,
fr_dict_attr_t const *parent, char const *oid_str);
Expand Down

0 comments on commit a5d37a0

Please sign in to comment.