mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #1187 from rajasec/nsexec-error
Fixing error message in nsexec
This commit is contained in:
@@ -394,7 +394,7 @@ void join_namespaces(char *nslist)
|
||||
|
||||
fd = open(path, O_RDONLY);
|
||||
if (fd < 0)
|
||||
bail("failed to open %s", namespace);
|
||||
bail("failed to open %s", path);
|
||||
|
||||
ns->fd = fd;
|
||||
ns->ns = nsflag(namespace);
|
||||
|
||||
Reference in New Issue
Block a user