commit | 00f9b5c1c839fe54f7a1c64024052d35e9226ea8 | [log] [tgz] |
---|---|---|
author | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Mon Jan 11 15:52:39 2016 +0000 |
committer | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Mon Jan 11 16:34:13 2016 +0000 |
tree | 4fd1b995d59eae7d9b314587c4fc716c02129a41 | |
parent | 18ee2b3bcfd21fd6b51c48c8d89d5585f99aa4a7 [diff] |
AbstractPlainSocketImpl#close shouldn't set fd to null pre-enso code expects fd to never be null. close() call should only invalidate the fd object (sets to -1). AbstractPlainSocketImpl#close is already invalidating the fd, so I've updated the code to not alter the fd in close call + Updated every (fd != null) condition need to check if the fd.valid() Bug: 26470377 Change-Id: I69a2b9a9a5d7483952b3efe177bcd92e8f895bd1