Correct merge error from f7b3caeddc

This commit is contained in:
Scott Mitchell 2017-07-11 18:15:25 -07:00
parent 81fb2eede8
commit 74140dbf53

View File

@ -235,7 +235,6 @@ public class ReferenceCountedOpenSslEngine extends SSLEngine implements Referenc
} finally {
readerLock.unlock();
}
ssl = SSL.newSSL(context.ctx, !context.isClient());
try {
networkBIO = SSL.bioNewByteBuffer(ssl, context.getBioNonApplicationBufferSize());