mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Fixed ignoreagenthashcheck support for IP ranges.
This commit is contained in:
parent
cfd428a139
commit
156d1511e4
1 changed files with 0 additions and 1 deletions
|
@ -1682,7 +1682,6 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
|
||||||
|
|
||||||
// Return true if we need to ignore the agent hash check
|
// Return true if we need to ignore the agent hash check
|
||||||
function isIgnoreHashCheck() {
|
function isIgnoreHashCheck() {
|
||||||
// Test
|
|
||||||
if ((args.ignoreagenthashcheck === true) || (domain.ignoreagenthashcheck === true)) return true;
|
if ((args.ignoreagenthashcheck === true) || (domain.ignoreagenthashcheck === true)) return true;
|
||||||
|
|
||||||
// Check site wide exceptions
|
// Check site wide exceptions
|
||||||
|
|
Loading…
Reference in a new issue