]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 21 Jun 2022 14:53:42 +0000 (09:53 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 21 Jun 2022 14:53:42 +0000 (09:53 -0500)
src/lib/unlang/interpret.c

index dde59f21baee4f9213440aba24e80072c5da97af..bd491f97ac7a47bbe71d413112266243825f5653 100644 (file)
@@ -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[] = {