mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
0af5cd2041
The Err() method should be called after the Scan() loop, not inside it. Found by git grep -A3 -F '.Scan()' | grep Err Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>