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;
};