[Pkg-mozext-commits] [requestpolicy] 22/65: [fix] mistake in commit 7244262

David Prévot taffit at moszumanska.debian.org
Fri Mar 25 22:59:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit 36f8f33d5672d3233828bb4971d32fdc51a74998
Author: Martin Kimmerle <dev at 256k.de>
Date:   Wed Jan 13 22:53:28 2016 +0100

    [fix] mistake in commit 7244262
---
 src/content/main/pref-manager.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/content/main/pref-manager.jsm b/src/content/main/pref-manager.jsm
index 3e2d88f..a06952d 100644
--- a/src/content/main/pref-manager.jsm
+++ b/src/content/main/pref-manager.jsm
@@ -114,7 +114,7 @@ var PrefManager = (function() {
     // Disable Speculative pre-connections.
     if (Prefs.get("prefetch.preconnections.disableOnStartup")) {
       if (!Prefs.isSet("root/ network.http.speculative-parallel-limit") ||
-          Prefs.get("root/ network.http.speculative-parallel-limit" !== 0)) {
+          Prefs.get("root/ network.http.speculative-parallel-limit") !== 0) {
         Prefs.set("root/ network.http.speculative-parallel-limit", 0);
         console.info("Disabled Speculative pre-connections.");
       }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list