Update of /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/Alerts
In directory sc8-pr-cvs1:/tmp/cvs-serv780
Modified Files:
TlsCloseNotifyAlert.cs
Log Message:
PRepare for beta 2
Index: TlsCloseNotifyAlert.cs
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/Alerts/TlsCloseNotifyAlert.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TlsCloseNotifyAlert.cs 1 Sep 2003 10:22:05 -0000 1.3
--- TlsCloseNotifyAlert.cs 18 Sep 2003 14:14:13 -0000 1.4
***************
*** 34,38 ****
public override void UpdateSession()
{
! this.Session.State.ConnectionEnd = true;
}
}
--- 34,38 ----
public override void UpdateSession()
{
! this.Session.Context.ConnectionEnd = true;
}
}
|