Skip to content

Commit a010358

Browse files
committed
remove duped close
1 parent d7eb0b2 commit a010358

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/danga/MemCached/SockIOPool.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,6 @@ public void trueClose() throws IOException {
16531653
if ( sock != null ) {
16541654
try {
16551655
sock.close();
1656-
sock.close();
16571656
}
16581657
catch ( IOException ioe ) {
16591658
log.error( "++++ error closing socket: " + toString() + " for host: " + getHost() );

0 commit comments

Comments
 (0)