Re: [Tigervnc-devel] [PATCH] Properly report transport errors to GNUTLS

2010-08-25 Thread Adam Tkac
On Tue, Aug 24, 2010 at 08:05:39AM +0200, Martin Koegler wrote: > Signed-off-by: Martin Koegler Commited as r4125, thanks for the patch. Regards, Adam > --- > common/rdr/TLSInStream.cxx | 27 --- > common/rdr/TLSOutStream.cxx | 14 ++ > 2 files changed,

[Tigervnc-devel] [PATCH] Properly report transport errors to GNUTLS

2010-08-23 Thread Martin Koegler
Signed-off-by: Martin Koegler --- common/rdr/TLSInStream.cxx | 27 --- common/rdr/TLSOutStream.cxx | 14 ++ 2 files changed, 26 insertions(+), 15 deletions(-) diff --git a/common/rdr/TLSInStream.cxx b/common/rdr/TLSInStream.cxx index f6bf334..7a9859e 1006