From fd4b542e01df37b7fe731cd908c125ba002ab9a7 Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Mon, 16 Jan 2012 23:10:39 +0300 Subject: [PATCH] files: typo fix Signed-off-by: Andrey Vagin Signed-off-by: Cyrill Gorcunov --- files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files.c b/files.c index 064d9eec6..d197450bf 100644 --- a/files.c +++ b/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);