Skip to content

Commit

Permalink
const
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 7, 2017
1 parent c71be5d commit 7cdcf60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/util/value.c
Expand Up @@ -2621,7 +2621,9 @@ int fr_value_box_memsteal(TALLOC_CTX *ctx, fr_value_box_t *dst, fr_dict_attr_t c
{
uint8_t const *bin;

#ifndef NDEBUG
(void) talloc_get_type_abort(src, uint8_t);
#endif

bin = talloc_steal(ctx, src);
if (!bin) {
Expand Down

0 comments on commit 7cdcf60

Please sign in to comment.