StandIn
StandIn copied to clipboard
GetComputerDomain() error
I came across this blog post which outlines a bug in StandIn when interacting with other domains, where certain functions using GetComputerDomain() or GetCurrentDomain() incorrectly would get/set an object in the current domain, even if another domain is specified.
https://rastamouse.me/getdomain-vs-getcomputerdomain-vs-getcurrentdomain/
I've created an pull request for this so should be addressed when the maintainer gets round to taking a look at it.