Justus Winter, le Wed 27 Nov 2013 13:31:13 +0100, a écrit :
> * libports/transfer-right.c (ports_transfer_right): Improve error handling.

Ditto, ack.

> ---
>  libports/transfer-right.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/libports/transfer-right.c b/libports/transfer-right.c
> index e313f71..72488a9 100644
> --- a/libports/transfer-right.c
> +++ b/libports/transfer-right.c
> @@ -77,7 +77,8 @@ ports_transfer_right (void *tostruct,
>    
>    if (port)
>      {
> -      hurd_ihash_add (&topi->bucket->htable, port, topi);
> +      err = hurd_ihash_add (&topi->bucket->htable, port, topi);
> +      assert_perror (err);
>        if (topi->bucket != frompi->bucket)
>          {
>         err = mach_port_move_member (mach_task_self (), port,
> -- 
> 1.7.10.4
> 

-- 
Samuel
<N> (* If you have a precise idea of the intended use of the following code, 
please
<N>    write to [email protected] and ask for the prize :-)
<N>    -- Eduardo (11/8/97) *)
 -+- N sur #ens-mim - et c'était un des développeurs -+-

Reply via email to