From 80959e30ce7c57b5865f5358c42a7bcffe450d4d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 20 May 2024 17:22:36 +0200 Subject: Merging upstream version 2.9.5. Signed-off-by: Daniel Baumann --- src/sbus/codegen/templates/client_async.c.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sbus/codegen/templates/client_async.c.tpl') diff --git a/src/sbus/codegen/templates/client_async.c.tpl b/src/sbus/codegen/templates/client_async.c.tpl index e16ce42..ae15484 100644 --- a/src/sbus/codegen/templates/client_async.c.tpl +++ b/src/sbus/codegen/templates/client_async.c.tpl @@ -405,7 +405,7 @@ TEVENT_REQ_RETURN_ON_ERROR(req); - *_value = talloc_steal(mem_ctx, state->out->arg0);state->out->arg0; + *_value = talloc_steal(mem_ctx, state->out->arg0)state->out->arg0; return EOK; } -- cgit v1.2.3