Commit d586a230 authored by Arachis's avatar Arachis

Removed redundent second call to FindCertificates.

parent 77ad138e
......@@ -84,7 +84,7 @@ namespace Titanium.Web.Proxy.Helpers
FindCertificates(store, certificateSubject);
if (certificates != null)
certificate = FindCertificates(store, certificateSubject)[0];
certificate = certificates[0];
if (certificate == null)
{
......
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