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

Fixed SSPI session release bug.

This commit is contained in:
Ylian Saint-Hilaire 2019-03-11 17:33:24 -07:00
parent edbf55dbbf
commit 73fed8b379
3 changed files with 11 additions and 13 deletions

View file

@ -392,9 +392,7 @@ module.exports.CreateSwarmServer = function (parent, db, args, certificates) {
ptr += blen;
}
return info;
} catch (e) {
console.log(e);
}
} catch (e) { }
return null;
};