From 7be9598eb7e3a161644d96316474920cb672e1c2 Mon Sep 17 00:00:00 2001 From: rvazarkar Date: Thu, 23 May 2024 11:09:47 -0400 Subject: [PATCH] chore: useless code --- src/CommonLib/LDAPUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommonLib/LDAPUtils.cs b/src/CommonLib/LDAPUtils.cs index bba944c9..e3d26431 100644 --- a/src/CommonLib/LDAPUtils.cs +++ b/src/CommonLib/LDAPUtils.cs @@ -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) {