
2 Mar
2015
2 Mar
'15
11:23 a.m.
On Fri, Feb 27, 2015 at 03:35:27PM +0100, Pavel Hrdina wrote:
Instead of checking defaultMode for every channel that has no mode configured, test it only once outside of channel loop. This fixes a bug that in case all possible channels are fore example set to insecure, but defaultMode is set to secure, we wouldn't auto-generate TLS port. This results in failure while starting a guest.
Also covers all possible future channels. ACK.