2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

files: initilize variable

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Andrey Vagin
2012-01-12 17:38:41 +03:00
committed by Cyrill Gorcunov
parent fd04a3029f
commit ed269b13a8

View File

@@ -465,7 +465,7 @@ static int open_fmap(int pid, struct fdinfo_entry *fe, int fd)
static int open_fdinfo(int pid, struct fdinfo_entry *fe, int *fdinfo_fd, int state)
{
u32 mag;
int ret;
int ret = 0;
struct fdinfo_desc *fi = find_fd((char *)fe->id);