Skip to content
Permalink
Browse files
Botched refactor of writeKeyList.
  • Loading branch information
headius committed Nov 9, 2014
1 parent 12c9139 commit a1a3efc
Showing 1 changed file with 1 addition and 1 deletion.
@@ -234,7 +234,7 @@ private int maxReadReadySize() {

private int maxWriteReadySize() {
int size = 0;
if (writeKeyList != null) size += readKeyList.size();
if (writeKeyList != null) size += writeKeyList.size();
if (unselectableWriteFDs != null) size += unselectableWriteFDs.size();
return size;
}

0 comments on commit a1a3efc

Please sign in to comment.