bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 06/11] libports: improve error handling in ports_transfer_rig


From: Samuel Thibault
Subject: Re: [PATCH 06/11] libports: improve error handling in ports_transfer_right
Date: Wed, 27 Nov 2013 22:45:55 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

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 Eduardo.Gimenez@inria.fr 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

[Prev in Thread] Current Thread [Next in Thread]