mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
04.29.2006 41fcc67a97f171ad78eee8551bee49b23ffdd6f4
Fix a null pointer exception that would be thrown by the random password
generator because a lock that it used was not properly initialized.

OpenDS Issue Number: 557
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/extensions/RandomPasswordGenerator.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/RandomPasswordGenerator.java
@@ -123,6 +123,7 @@
    this.configEntryDN = configEntry.getDN();
    generatorLock = new ReentrantLock();
    // Get the character sets for use in generating the password.  At least one