| opends/src/server/org/opends/server/tools/LDAPConnection.java | ●●●●● patch | view | raw | blame | history |
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) {