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

boli
19.10.2009 087c069102fcb30445aff89e93ef30cdee075c4c
Fix for issue 3809

Added flush() call to ASN1Writer to make sure all bytes are sent out.
1 files modified
1 ■■■■ changed files
opends/src/server/org/opends/server/tools/LDAPWriter.java 1 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPWriter.java
@@ -93,6 +93,7 @@
    }
    message.write(asn1Writer);
    asn1Writer.flush();
    if(debugOutputStream.isRecordingEnabled())
    {