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

neil_a_wilson
04.29.2006 8416335bc3c234ab3bfb287a76e7c1c0794a11a0
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
opends/src/server/org/opends/server/extensions/RandomPasswordGenerator.java 1 ●●●● patch | view | raw | blame | history
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