mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
fix: PostInitialise() not being called on script engines (nasty one that)
cleanup: warnings, readability
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user