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 <[email protected]>
> ---
>  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 @@ cs_error_t cpg_finalize (
>               &iov,
>               1,
>               &res_lib_cpg_finalize,
> -             sizeof (struct req_lib_cpg_finalize));
> +             sizeof (struct res_lib_cpg_finalize));
>  
>       if (error != CS_OK) {
>               goto error_put;

can you not merge this into the topic qb branch and instead merge
directly into master (since its a bug fix).

Regards
-steve

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to