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:
parent
edbf55dbbf
commit
73fed8b379
3 changed files with 11 additions and 13 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue