[Pkg-privacy-commits] [xul-ext-monkeysphere] 55/296: use "peer" instead of "uid" in JSON agent post data query to agent.
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:25 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 1282437aa59b71f482411fb632337363e705e1f7
Author: Jameson Rollins <jrollins at finestructure.net>
Date: Thu Jan 14 23:07:15 2010 -0500
use "peer" instead of "uid" in JSON agent post data query to agent.
---
chrome/content/monkeysphere.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index ce822ca..51edba1 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -408,14 +408,14 @@ var monkeysphere = {
// "agent post data"
var apd = {
context: "https",
- uid: uri.host,
+ peer: uri.host,
pkc: {
type: "x509der",
data: cert_data
}
};
monkeysphere.log("query", " context: " + apd.context);
- monkeysphere.log("query", " uid: " + apd.uid);
+ monkeysphere.log("query", " peer: " + apd.peer);
monkeysphere.log("query", " pkc.type: " + apd.pkc.type);
//monkeysphere.log("query", " pkc.data: " + apd.pkc.data); // this can be big
--
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