mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-03 23:33:01 +00:00
files: typo fix
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
5eda66dd6d
commit
fd4b542e01
1 changed files with 1 additions and 1 deletions
2
files.c
2
files.c
|
|
@ -305,7 +305,7 @@ static int open_fd(int pid, struct fdinfo_entry *fe,
|
|||
if (reopen_fd_as((int)fe->addr, tmp))
|
||||
return -1;
|
||||
|
||||
if (!fi->users == 1)
|
||||
if (fi->users == 1)
|
||||
goto out;
|
||||
|
||||
sock = socket(PF_UNIX, SOCK_DGRAM, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue