From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpZT1-0000Cm-TD for qemu-devel@nongnu.org; Tue, 05 May 2015 05:48:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpZSy-0004jV-K2 for qemu-devel@nongnu.org; Tue, 05 May 2015 05:48:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpZSy-0004j2-DK for qemu-devel@nongnu.org; Tue, 05 May 2015 05:48:40 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t459mbM2016053 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 5 May 2015 05:48:37 -0400 Message-ID: <1430819313.28106.3.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 05 May 2015 11:48:33 +0200 In-Reply-To: <4321b926ed926ba64dc32f74c5f3b4ae9627f7ef.1430325445.git.crobinso@redhat.com> References: <4321b926ed926ba64dc32f74c5f3b4ae9627f7ef.1430325445.git.crobinso@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] vnc: Don't assert if opening unix socket fails List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cole Robinson Cc: qemu-devel@nongnu.org On Mi, 2015-04-29 at 12:37 -0400, Cole Robinson wrote: > + if (vs->lsock < 0) > + goto fail; fails checkpatch.pl