mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Fixed SSPI session release bug.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user