From: Alan T. DeKok Date: Sun, 4 Feb 2024 15:27:51 +0000 (-0500) Subject: no longer any need to call init. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee6803da079ceb0029c856d09310b27231d6dff;p=thirdparty%2Ffreeradius-server.git no longer any need to call init. Missed in commit f7778c55206db --- diff --git a/src/protocols/dns/decode.c b/src/protocols/dns/decode.c index a3f39c8d5f6..0a0635c8084 100644 --- a/src/protocols/dns/decode.c +++ b/src/protocols/dns/decode.c @@ -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);