Skip to content

Commit ad771c0

Browse files
committed
fix !
1 parent e71dd98 commit ad771c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarksApps/TLS/HttpSys/NetShWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static bool TryGetSslCertBinding(string ipPort, out SslCertBinding result
118118
{
119119
"Not Set" => NetShFlag.NotSet,
120120
"Disable" or "Disabled" => NetShFlag.Disabled,
121-
"Enable" or "Set" => NetShFlag.Enable,
121+
"Enable" or "Enabled" or "Set" => NetShFlag.Enable,
122122
_ => throw new ArgumentOutOfRangeException(nameof(prop), $"unexpected netsh flag '{prop}' for ssl cert binding"),
123123
};
124124
}

0 commit comments

Comments
 (0)