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