diff options
author | Šimon Lukašík <slukasik@redhat.com> | 2018-11-08 22:27:51 +0100 |
---|---|---|
committer | Šimon Lukašík <slukasik@redhat.com> | 2018-11-08 22:27:51 +0100 |
commit | 2fb6ef9f407d7933c4dd6de7908bf53104e99e74 (patch) | |
tree | fe65f88d6e7ffd85921fa4a9771dba038b7e3834 /.cirrus.yml | |
parent | e106ccf416026e301cd94246d9d1c84c47de8e23 (diff) | |
download | podman-2fb6ef9f407d7933c4dd6de7908bf53104e99e74.tar.gz podman-2fb6ef9f407d7933c4dd6de7908bf53104e99e74.tar.bz2 podman-2fb6ef9f407d7933c4dd6de7908bf53104e99e74.zip |
Do not hide errors when creating container with UserNSRoot
This one is tricky. By using `:=` operator we have made err variable to be local
in the gorutine and different from `err` variable in the surrounding function.
And thus `createContainer` function returned always nil, even in cases when
some error occurred in the gorutine.
Signed-off-by: Šimon Lukašík <slukasik@redhat.com>
Diffstat (limited to '.cirrus.yml')
0 files changed, 0 insertions, 0 deletions