> -----Original Message-----
> From: Ali Alnubani <[email protected]>
> Sent: Thursday, June 2, 2022 1:34 PM
> To: [email protected]
> Cc: Dumitrescu, Cristian <[email protected]>
> Subject: [PATCH] examples/pipeline: fix build
>
> This patch fixes the following build failure seen on Ubuntu 16.04
> with gcc 5.4.0 because of uninitialized variable:
> [..]
> examples/pipeline/cli.c:2853:9: error: 'session_id' may be used
> uninitialized in this function [-Werror=maybe-uninitialized]
> [..]
>
> Fixes: 172254555f9f ("examples/pipeline: support packet mirroring")
> Cc: [email protected]
>
> Signed-off-by: Ali Alnubani <[email protected]>
> ---
Acked-by: Cristian Dumitrescu <[email protected]>