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

neil_a_wilson
21.00.2007 0106986b033a91825309add69f5ef92d971a75a4
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPConnection.java
@@ -250,7 +250,7 @@
    // commands are called A LOT, as in the unit tests.
    try
    {
      socket.setSoLinger(true, 0);
      socket.setSoLinger(true, 1);
      socket.setReuseAddress(true);
    } catch(IOException e)
    {