Commit adce8197 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

crtools: don't redeclarate the variable

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c6d1ff90
...@@ -405,7 +405,6 @@ static int prepare_shared(int ps_fd) ...@@ -405,7 +405,6 @@ static int prepare_shared(int ps_fd)
while (1) { while (1) {
struct pstree_entry e; struct pstree_entry e;
int ret;
ret = read_img_eof(ps_fd, &e); ret = read_img_eof(ps_fd, &e);
if (ret <= 0) if (ret <= 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