AlphaFS
AlphaFS copied to clipboard
Removed overload that will always result in an exception
EnumerateOpenConnectionsCore is called with null in the share parameter. Due to the if (Utils.IsNullOrWhiteSpace(share)) condition, it will always throw an ArgumentNullException.