From: Arran Cudbard-Bell Date: Tue, 21 Jun 2022 14:53:42 +0000 (-0500) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=203deb02a9f8c13c111fdeef7c2d4b23c6cdfe0a;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/lib/unlang/interpret.c b/src/lib/unlang/interpret.c index dde59f21bae..bd491f97ac7 100644 --- a/src/lib/unlang/interpret.c +++ b/src/lib/unlang/interpret.c @@ -1249,7 +1249,7 @@ TALLOC_CTX *unlang_interpret_frame_talloc_ctx(request_t *request) * state, assume the caller knows what it's * doing and allocate one. */ - return (TALLOC_CTX *)frame->state = talloc_new(request); + return (TALLOC_CTX *)(frame->state = talloc_new(request)); } static xlat_arg_parser_t const unlang_interpret_xlat_args[] = {