Skip to content

Commit

Permalink
no longer any need to call init.
Browse files Browse the repository at this point in the history
Missed in commit f7778c5
  • Loading branch information
alandekok committed Feb 4, 2024
1 parent 27cc08e commit bee6803
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/protocols/dns/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,6 @@ static int decode_test_ctx(void **out, TALLOC_CTX *ctx)
{
fr_dns_ctx_t *test_ctx;

if (fr_dns_global_init() < 0) return -1;

test_ctx = talloc_zero(ctx, fr_dns_ctx_t);

test_ctx->tmp_ctx = talloc(test_ctx, uint8_t);
Expand Down

0 comments on commit bee6803

Please sign in to comment.