[CRIU] [PATCH 10/21] Update to 239e1ff597417acfcc8eade88f86e5a21800bb85

Cyrill Gorcunov gorcunov at openvz.org
Wed Jun 6 18:21:50 EDT 2012


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 pipes.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pipes.c b/pipes.c
index 3fd3d52..1556e7c 100644
--- a/pipes.c
+++ b/pipes.c
@@ -305,8 +305,8 @@ static int nr_pipes;
 
 static int dump_one_pipe_data(int lfd, u32 id, const struct fd_parms *p)
 {
-	int steal_pipe[2] = { -1, -1 };
 	int pipe_size, i, bytes;
+	int steal_pipe[2];
 	int ret = -1;
 
 	if (p->flags & O_WRONLY)
-- 
1.7.7.6



More information about the CRIU mailing list