From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54913 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3w7j-0005k9-KM for qemu-devel@nongnu.org; Thu, 07 Oct 2010 15:27:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3w7f-0003ZV-I3 for qemu-devel@nongnu.org; Thu, 07 Oct 2010 15:27:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3w7f-0003Y5-7s for qemu-devel@nongnu.org; Thu, 07 Oct 2010 15:27:23 -0400 Message-ID: <4CAE1EF9.1010204@redhat.com> Date: Thu, 07 Oct 2010 21:26:49 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3/5] spice: add config options for channel security. References: <1286438126-11250-1-git-send-email-kraxel@redhat.com> <1286438126-11250-4-git-send-email-kraxel@redhat.com> <4CAE14C4.8090604@mail.berlios.de> In-Reply-To: <4CAE14C4.8090604@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org >> + if (strcmp(name, "tls-channel") == 0) >> + security = SPICE_CHANNEL_SECURITY_SSL; > > CODING_STYLE (if (...) { ... })? Same in next lines. Oops. Slipped through, will fix. thanks, Gerd