Commit fd4b542e authored by Andrey Vagin's avatar Andrey Vagin Committed by Cyrill Gorcunov

files: typo fix

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 5eda66dd
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment