mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
91b4cd25b7
Sometimes we call resetFailedUnit as a cleanup measure, and we don't care if it fails or not. So, move error reporting to its callers, and ignore error in cases we don't really expect it to succeed. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>