Browse Source
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 3399e0614a
)
pull/92094/head
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue