mirror of
https://github.com/containers/podman.git
synced 2025-11-01 10:45:52 +08:00
This function has to read/write the connections file as such it should only ever be called once otherwise we read/write the same file twice which makes no sense. Also cleanup the fucntion a bit and make it private as there are no external callers. Signed-off-by: Paul Holzinger <pholzing@redhat.com>