1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Fixed 404 error with mstsc.html, #3927

This commit is contained in:
Ylian Saint-Hilaire 2022-05-02 22:09:06 -07:00
parent 09881d06f5
commit 96dab9ab3e
2 changed files with 3 additions and 3 deletions

View file

@ -145,7 +145,7 @@ Type.prototype.read = function(s) {
if(oldValue !== this.value) {
log.error('constant value mismatch ' + oldValue + ' != ' + this.value);
throw new error.ProtocolError("NODE_RDP_CORE_TYPE_CONSTANT_VALUE_MISMATCH");
throw new error.ProtocolError("NODE_RDP_CORE_TYPE_CONSTANT_VALUE_MISMATCH", oldValue, this.value);
}
}
else {