Skip to content

Commit

Permalink
Remove unused property Server from LdapConnectionCacheKey
Browse files Browse the repository at this point in the history
  • Loading branch information
definitelynotagoblin committed Jun 10, 2024
1 parent 3f3eebd commit db10de3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CommonLib/DCConnectionCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ private LDAPConnectionCacheKey GetKey(string key, bool isGlobalCatalog)

private class LDAPConnectionCacheKey
{
public bool GlobalCatalog { get; }
public string Domain { get; }
public string Server { get; set; }
public bool GlobalCatalog { get; }

public LDAPConnectionCacheKey(string domain, bool globalCatalog)
{
Expand Down

0 comments on commit db10de3

Please sign in to comment.