commit | 9cd8d8f41df62f94c59e58f65253a2d41a7f2c10 | [log] [tgz] |
---|---|---|
author | Kevin ORourke <kevin.orourke@ferroamp.se> | Wed Sep 25 08:55:12 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Jul 20 20:02:02 2025 -0400 |
tree | e76aec5173d899f9b3a4baa16ef8ef34f893a768 | |
parent | cea4a1949f52983f783dca5c04df16b825e59c1e [diff] |
shell: backend: telnet: Don't assert if connection closed The code in shell_ops.c that calls telnet_write will assert if it returns non-zero. For a telnet shell it's normal that the network might disconnect unexepectedly, so that should not trigger an assert. Fixes #67637 Link: https://github.com/zephyrproject-rtos/zephyr/issues/67637 Signed-off-by: Kevin ORourke <kevin.orourke@ferroamp.se> (cherry picked from commit 3399e0614adbc67350ceac85ac747daef32a0534)