fixed var name

This commit is contained in:
Andrew Stephan
2016-07-18 15:56:11 -04:00
parent beae854526
commit 4c26dd793e
@@ -455,7 +455,7 @@ public class HttpRequest {
// Create an SSLContext that uses our TrustManager
SSLContext sslContext = SSLContext.getInstance("TLS");
sslContext.init(null, tmf.getTrustManagers(), null);
PINNED_FACTORY = new TLSSocketFactory(context);
PINNED_FACTORY = new TLSSocketFactory(sslContext);
}
/**