mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-16 08:12:53 +00:00
* Bumped to latest NHSS.QSDK.12.5 release (2024-12-17) * Fixed build with gcc 15 * Backported 13.0 patch to removed unused chip code Signed-off-by: Sean Khan <datapronix@protonmail.com>
12 lines
343 B
Diff
12 lines
343 B
Diff
--- a/src/shell/shell_io.c
|
|
+++ b/src/shell/shell_io.c
|
|
@@ -40933,7 +40933,7 @@ sw_error_t
|
|
cmd_data_check_tunnel_flags_parser(char *cmd_str, void * val, a_uint32_t size)
|
|
{
|
|
char *cmd;
|
|
- a_bool_t tmpbool;
|
|
+ a_bool_t tmpbool = A_FALSE;;
|
|
a_uint32_t tmpdata = 0;
|
|
sw_error_t rv;
|
|
fal_tunnel_flags_excep_parser_ctrl_t entry;
|