[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCHv2 2/2] Error out when tls-channel option is used
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCHv2 2/2] Error out when tls-channel option is used without TLS |
Date: |
Fri, 24 Feb 2012 18:20:00 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120210 Thunderbird/10.0.1 |
On 02/24/12 18:13, Christophe Fergeau wrote:
> It's currently possible to setup spice channels using TLS when
> no TLS port has been specified (ie TLS is disabled). This cannot
> work, so better to error out in such a situation.
Applying: Error out when tls-channel option is used without TLS
=== checkpatch complains ===
WARNING: line over 80 characters
#12: FILE: ui/spice-core.c:531:
+ error_report("spice: tried to setup tls-channel without
specifying a TLS port\n");
total: 0 errors, 1 warnings, 19 lines checked
/tmp/tmp.9W76AGBT7O has style problems, please review. If any of these
errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.