mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Currently we set up a cookie and upon failure not call UdevWait(). This does not cleanup the cookie and associated semaphore and system will soon max out on total number of semaphores. To avoid this, call UdevWait() even in failure path which in turn will cleanup associated semaphore. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Vincent Batts <vbatts@redhat.com> Upstream-commit: edc6df256d21eb1d1aa36b241dcc6d4b83d58d75 Component: engine