diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs index 90b7bcf..dbe045a 100644 --- a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs +++ b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | |||
@@ -123,10 +123,10 @@ namespace OpenSim.Region.Environment.Modules.InterGrid | |||
123 | { | 123 | { |
124 | try | 124 | try |
125 | { | 125 | { |
126 | #pragma warning disable 0612 | 126 | #pragma warning disable 0612, 0618 |
127 | // Mono does not implement the ServicePointManager.ServerCertificateValidationCallback yet! Don't remove this! | 127 | // Mono does not implement the ServicePointManager.ServerCertificateValidationCallback yet! Don't remove this! |
128 | ServicePointManager.CertificatePolicy = new MonoCert(); | 128 | ServicePointManager.CertificatePolicy = new MonoCert(); |
129 | #pragma warning restore 0612 | 129 | #pragma warning restore 0612, 0618 |
130 | } | 130 | } |
131 | catch (Exception) | 131 | catch (Exception) |
132 | { | 132 | { |