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

files: initilize variable

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Acked-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent fd04a302
......@@ -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);
......
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