commit | 69db2ee75cb7b7c359bae81c8ed39a0e69949dcb | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Oct 27 20:29:21 2020 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 05 09:11:30 2020 -0700 |
tree | d93e351313f26c0b67beff69a818ad1abf2465f6 | |
parent | 27d66cfc39750ac74a61b43f70944d2543433650 [diff] |
sandbox: eth-raw: do not close the console input When the sandbox eth-raw device host_lo is removed this leads to closing the console input. Do not call close(0). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>