Fix: sessiond: fix -Wshadow error in save.c
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 31 Mar 2021 19:06:34 +0000 (15:06 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 May 2021 17:26:44 +0000 (13:26 -0400)
commit6e313fa312acaf0a9e514a2f2af76b59a9a3efb9
tree5359597e645a20e83bab261c2cc1af532954339e
parent7e7e8db8b9ca5d862f090ff2a3348e31dab612da
Fix: sessiond: fix -Wshadow error in save.c

I think this actually fixes a bug. Because of the second ret variable,
the return value from init_ust_event_from_agent_event or save_ust_event
would not be forwarded correctly, in case of error.

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ieb61d9b267ab90e18cc349d86754d9b89b5703f1
src/bin/lttng-sessiond/save.c
This page took 0.029631 seconds and 4 git commands to generate.