mirror of
https://github.com/containers/podman.git
synced 2026-07-11 15:55:22 -04:00
`getRuntimeDir()` (which is also responsible for creating TMPDIR if it doesn't exist) was being called on `Init()` but not on `Start()` which meant that after the host was restarted and TMPDIR was wiped, `startHostNetworking()` would try to start gvproxy and immediately bail. Signed-off-by: kaorihinata <kaori.hinata@gmail.com>