mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
First pass at adding RDP clipboard support, #3810.
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
} else if (message.length === undefined) {
|
||||
return method(message);
|
||||
}
|
||||
return crypto.createHash('md4').update(new Buffer(message)).digest('hex');
|
||||
return crypto.createHash('md4').update(Buffer.from(message)).digest('hex');
|
||||
};
|
||||
return nodeMethod;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user