Re: [sheepdog] [PATCH] zookeeper: fix random segfault due to uninitialized allocation

2013-01-04 Thread Liu Yuan
On 01/04/2013 03:50 PM, Liu Yuan wrote: > The gone filed should be false or it will cause random segfault. Applied Thanks, Yuan -- sheepdog mailing list sheepdog@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/sheepdog

[sheepdog] [PATCH] zookeeper: fix random segfault due to uninitialized allocation

2013-01-03 Thread Liu Yuan
From: Liu Yuan The gone filed should be false or it will cause random segfault. Signed-off-by: Liu Yuan --- sheep/cluster/zookeeper.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sheep/cluster/zookeeper.c b/sheep/cluster/zookeeper.c index 3274077..6e03385 100644