Re: [Openais] [PATCH 08/13] CPG: fix cpg_finalize()

2010-12-23 Thread Steven Dake
On 12/21/2010 05:40 PM, Angus Salkeld wrote: > It was failing with -ENOBUFS as we passed the incorrect size > into the recv. > > Signed-off-by: Angus Salkeld > --- > lib/cpg.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/cpg.c b/lib/cpg.c > index 9a463d4..0

[Openais] [PATCH 08/13] CPG: fix cpg_finalize()

2010-12-21 Thread Angus Salkeld
It was failing with -ENOBUFS as we passed the incorrect size into the recv. Signed-off-by: Angus Salkeld --- lib/cpg.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/cpg.c b/lib/cpg.c index 9a463d4..0bbc61c 100644 --- a/lib/cpg.c +++ b/lib/cpg.c @@ -248,7 +248,7 @@