fix: PostInitialise() not being called on script engines (nasty one that)

cleanup: warnings, readability
This commit is contained in:
Dr Scofield
2008-09-02 12:07:23 +00:00
parent f13a48fe1c
commit 109aa00150
9 changed files with 81 additions and 84 deletions

View File

@@ -123,10 +123,10 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
{
try
{
#pragma warning disable 0612
#pragma warning disable 0612, 0618
// Mono does not implement the ServicePointManager.ServerCertificateValidationCallback yet! Don't remove this!
ServicePointManager.CertificatePolicy = new MonoCert();
#pragma warning restore 0612
#pragma warning restore 0612, 0618
}
catch (Exception)
{