summaryrefslogtreecommitdiffstats
path: root/dom/presentation/provider/PresentationControlService.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/presentation/provider/PresentationControlService.js')
-rw-r--r--dom/presentation/provider/PresentationControlService.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/presentation/provider/PresentationControlService.js b/dom/presentation/provider/PresentationControlService.js
index fe61d26d6..e9f92247f 100644
--- a/dom/presentation/provider/PresentationControlService.js
+++ b/dom/presentation/provider/PresentationControlService.js
@@ -100,7 +100,6 @@ PresentationControlService.prototype = {
if (aCert) {
this._serverSocket.serverCert = aCert;
- this._serverSocket.setSessionCache(false);
this._serverSocket.setSessionTickets(false);
let requestCert = Ci.nsITLSServerSocket.REQUEST_NEVER;
this._serverSocket.setRequestClientCertificate(requestCert);