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

Matthew Swift
10.06.2011 54eee42d0617a1734435a53896a20be92b7f16fb
Fix typo: recycle ASN1Writer instead of closing it.
1 files modified
2 ■■■ changed files
opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/ldap/LDAPClientFilter.java 2 ●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/ldap/LDAPClientFilter.java
@@ -140,7 +140,7 @@
                }
                finally
                {
                  asn1Writer.close();
                  asn1Writer.recycle();
                }
                return;
              }