qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] linux-user: Remove incorrect break;


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] linux-user: Remove incorrect break;
Date: Tue, 3 Feb 2009 20:57:36 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, Feb 02, 2009 at 11:18:52AM +0200, Riku Voipio wrote:
> Reported-By: Laurent Desnogues <address@hidden>
> Signed-off-by: Riku Voipio <address@hidden>

Thanks, applied.

> ---
>  linux-user/syscall.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/linux-user/syscall.c b/linux-user/syscall.c
> index ad814dd..2a99940 100644
> --- a/linux-user/syscall.c
> +++ b/linux-user/syscall.c
> @@ -4921,7 +4921,6 @@ abi_long do_syscall(void *cpu_env, int num, abi_long 
> arg1,
>                      }
>                  else
>                      ret = get_errno(readlink(path(p), p2, arg3));
> -                break;
>              }
>              unlock_user(p2, arg2, ret);
>              unlock_user(p, arg1, 0);
> -- 
> 1.5.6.5
> 
> 
> -- 
> "rm -rf" only sounds scary if you don't have backups
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net




reply via email to

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