Fix capitalization uuid to UUID to make console apf command working again
Joko Sastriawan committed
Aug 18, 2021 at 09:59 UTC
59cd8dbd9d689ca0a3c0f68b66249d8a6b17e856
1 file changed
+1
-1
agents/meshcore.js
+1
-1
@@ -4068,7 +4068,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
4068
mpskeepalive: 60000,
4069
clientname: require('os').hostname(),
4070
clientaddress: '127.0.0.1',
4071
- clientuuid: meshCoreObj.intelamt.uuid,
4071
+ clientuuid: meshCoreObj.intelamt.UUID,
4072
conntype: connType // 0 = CIRA, 1 = Relay, 2 = LMS. The correct value is 2 since we are performing an LMS relay, other values for testing.
4073
};
4074
if ((apfarg.clientuuid == null) || (apfarg.clientuuid.length != 36)) {