[pgsqlclient-checkins] pgsqlclient_10/PgSqlClient.Security.Tls/source TlsReader.cs,1.17,1.18
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-09-14 14:42:38
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source In directory sc8-pr-cvs1:/tmp/cvs-serv2500 Modified Files: TlsReader.cs Log Message: Minor change Index: TlsReader.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/TlsReader.cs,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** TlsReader.cs 14 Sep 2003 10:49:09 -0000 1.17 --- TlsReader.cs 14 Sep 2003 14:42:34 -0000 1.18 *************** *** 382,385 **** --- 382,387 ---- case TlsContentType.ApplicationData: result = message.GetBytes(); + #warning "Fix this" + message.ReadBytes(message.GetBytes().Length); break; |