Re: [Qemu-devel] [PATCH] vnc: fix tls-creds error message

2016-01-14 Thread Gerd Hoffmann
On Mi, 2016-01-13 at 11:36 +0100, Wolfgang Bumiller wrote: > The parameter is called 'tls-creds', 'credid' is just the > variable name in the code. Added to patch queue. thanks, Gerd

Re: [Qemu-devel] [PATCH] vnc: fix tls-creds error message

2016-01-13 Thread Daniel P. Berrange
On Wed, Jan 13, 2016 at 11:36:00AM +0100, Wolfgang Bumiller wrote: > The parameter is called 'tls-creds', 'credid' is just the > variable name in the code. > > Signed-off-by: Wolfgang Bumiller > --- > ui/vnc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[Qemu-devel] [PATCH] vnc: fix tls-creds error message

2016-01-13 Thread Wolfgang Bumiller
The parameter is called 'tls-creds', 'credid' is just the variable name in the code. Signed-off-by: Wolfgang Bumiller --- ui/vnc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/vnc.c b/ui/vnc.c index 09756cd..2270ac2 100644 --- a/ui/vnc.c +++