diff --git a/MeshCentralServer.njsproj b/MeshCentralServer.njsproj
index a13f4527..b1c1caec 100644
--- a/MeshCentralServer.njsproj
+++ b/MeshCentralServer.njsproj
@@ -267,6 +267,8 @@
+
+
diff --git a/meshagent.js b/meshagent.js
index 9a452e95..ab1fa1bb 100644
--- a/meshagent.js
+++ b/meshagent.js
@@ -389,13 +389,13 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
// Perform the hash signature using older swarm server certificate
parent.parent.certificateOperations.acceleratorPerformSignature(1, msg.substring(2) + obj.nonce, null, function (tag, signature) {
// Send back our certificate + signature
- obj2.sendBinary(common.ShortToStr(2) + common.ShortToStr(parent.swarmCertificateAsn1.length) + parent.swarmCertificateAsn1 + signature); // Command 2, certificate + signature
+ obj.sendBinary(common.ShortToStr(2) + common.ShortToStr(parent.swarmCertificateAsn1.length) + parent.swarmCertificateAsn1 + signature); // Command 2, certificate + signature
});
} else {
// Perform the hash signature using the server agent certificate
parent.parent.certificateOperations.acceleratorPerformSignature(0, msg.substring(2) + obj.nonce, null, function (tag, signature) {
// Send back our certificate + signature
- obj2.sendBinary(common.ShortToStr(2) + common.ShortToStr(parent.agentCertificateAsn1.length) + parent.agentCertificateAsn1 + signature); // Command 2, certificate + signature
+ obj.sendBinary(common.ShortToStr(2) + common.ShortToStr(parent.agentCertificateAsn1.length) + parent.agentCertificateAsn1 + signature); // Command 2, certificate + signature
});
}
}
diff --git a/package.json b/package.json
index c201e3c0..699a58e1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "meshcentral",
- "version": "0.3.9-r",
+ "version": "0.3.9-s",
"keywords": [
"Remote Management",
"Intel AMT",
diff --git a/public/player.htm b/public/player.htm
index 751a115c..9a250666 100644
--- a/public/player.htm
+++ b/public/player.htm
@@ -10,6 +10,7 @@
+
@@ -30,13 +31,16 @@
-