Skip to content

Commit 378d164

Browse files
authored
Update LdapSessionOptions.Linux.cs
1 parent 58ef556 commit 378d164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public bool SecureSocketLayer
5858
public int ProtocolVersion
5959
{
6060
get => GetIntValueHelper(LdapOption.LDAP_OPT_VERSION);
61-
set => SetIntValueHelper(LdapOption.LDAP_OPT_VERSION, value);
61+
set => SetIntValueHelper(LdapOption.LDAP_OPT_VERSION, value);
6262
}
6363

6464
public ReferralChasingOptions ReferralChasing

0 commit comments

Comments
 (0)