mirror of
https://github.com/nicolabs/ldap-plugin.git
synced 2025-09-07 05:14:24 +02:00
fixed a race ccondition in static field initialization.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6353 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 342752066f59e947ad205625ee17c9109696eba8
This commit is contained in:
parent
12fe30b517
commit
67b8be9afd
|
@ -44,4 +44,8 @@ public class LDAPSecurityRealm extends SecurityRealm {
|
|||
return "LDAP";
|
||||
}
|
||||
}
|
||||
|
||||
static {
|
||||
LIST.add(DESCRIPTOR);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue