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

Minor security fixes.

This commit is contained in:
Ylian Saint-Hilaire 2019-01-04 17:59:13 -08:00
parent 9e520998bd
commit 25a804acc8
26 changed files with 1290 additions and 1177 deletions

View file

@ -32,5 +32,9 @@ process.on('message', function (message) {
certStore = message.certs;
break;
}
default: {
console.log('Unknown accelerator action: ' + message.action + '.');
break;
}
}
});