mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
a77d7b1d0f
Since commit714c91e9f7, method GetPaths() should only be used for saving container state. For other uses, we have a new method, Path(), which is cleaner. Fix GetPaths() usage introduced by recent commits859a780d6fand9087f2e82. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>