Commit fdcd36ca authored by Björn Lundström's avatar Björn Lundström Committed by Nick Craver

fix forgotten clone config attribute CheckCertificateRevocation

parent 084c9c18
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
......@@ -462,6 +462,7 @@ public ConfigurationOptions Clone()
DefaultDatabase = DefaultDatabase,
ReconnectRetryPolicy = reconnectRetryPolicy,
SslProtocols = SslProtocols,
CheckCertificateRevocation = CheckCertificateRevocation
};
foreach (var item in EndPoints)
options.EndPoints.Add(item);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment