Skip to content

Commit

Permalink
chore: useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed May 23, 2024
1 parent 058f537 commit 7be9598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommonLib/LDAPUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ private LdapConnectionWrapper CreateLDAPConnection(string target, AuthType authT
//Always try SSL first
var connection = CreateConnectionHelper(target, true, authType, globalCatalog);
var connectionResult = TestConnection(connection);
DomainInfo info = null;
DomainInfo info;

if (connectionResult.Success)
{
Expand Down

0 comments on commit 7be9598

Please sign in to comment.