mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
47ef9a104f
Instead of reconnecting to dbus after some failed operations, and returning an error (so a caller has to retry), reconnect AND retry in place for all such operations. This should fix issues caused by a stale dbus connection after e.g. a dbus daemon restart. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>