[Pkg-privacy-commits] [xul-ext-monkeysphere] 201/296: fix reference to module createAgentPostData function

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:40 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit 38732188df9bceaa18078ccbb315eae0c810f7b6
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Sun Apr 25 14:13:01 2010 -0400

    fix reference to module createAgentPostData function
---
 chrome/content/monkeysphere.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index 56d19a7..f17eb7b 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -53,7 +53,7 @@ var monkeysphere = (function() {
 
       // if a monkeysphere-generated cert override is being used by this connection, then we should be setting the status from the override
       var cert = browser.securityUI.SSLStatus.serverCert;
-      var apd = createAgentPostData(uri, cert);
+      var apd = ms.createAgentPostData(uri, cert);
       var response = ms.overrides.response(apd);
 
       if ( typeof response === 'undefined' ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list