From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTuxI-00010y-DB for qemu-devel@nongnu.org; Mon, 02 Feb 2009 04:19:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTuxH-00010i-2I for qemu-devel@nongnu.org; Mon, 02 Feb 2009 04:18:59 -0500 Received: from [199.232.76.173] (port=41750 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTuxG-00010f-SG for qemu-devel@nongnu.org; Mon, 02 Feb 2009 04:18:58 -0500 Received: from [84.20.150.76] (port=57243 helo=narury.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LTuxG-0001Lm-Jy for qemu-devel@nongnu.org; Mon, 02 Feb 2009 04:18:58 -0500 Received: from kos.to (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by narury.org (Postfix) with ESMTP id D54743274002 for ; Mon, 2 Feb 2009 11:18:52 +0200 (EET) Date: Mon, 2 Feb 2009 11:18:52 +0200 From: Riku Voipio Message-ID: <20090202091852.GA5682@kos.to> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] linux-user: Remove incorrect break; Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Reported-By: Laurent Desnogues Signed-off-by: Riku Voipio --- 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