We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2b2bc commit 9b9ca55Copy full SHA for 9b9ca55
src/Npgsql/KerberosUsernameProvider.cs
@@ -11,9 +11,9 @@ namespace Npgsql;
11
/// Launches MIT Kerberos klist and parses out the default principal from it.
12
/// Caches the result.
13
/// </summary>
14
-sealed class KerberosUsernameProvider
+static class KerberosUsernameProvider
15
{
16
- static bool _performedDetection;
+ static volatile bool _performedDetection;
17
static string? _principalWithRealm;
18
static string? _principalWithoutRealm;
19
0 commit comments