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

neil_a_wilson
21.00.2007 727d1add5f833dea644d09351d70f542e60a240e
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)
    {