mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
b2d28c5df2
This fixes isDbusError function, introduced by commitbacfc2c. Due to a type error it was not working at all. This also fixes the whole "retry on dbus disconnect" logic. This also fixes a regression in startUnit (and cgroupManager.Apply()), which should never return "unit already exists" error but it did. Fixes:bacfc2cSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>