- Made the maximum-fd computation prior to a select() use the same idiom
authorWayne Davison <wayned@samba.org>
Tue, 8 Jun 2004 22:18:04 +0000 (22:18 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 8 Jun 2004 22:18:04 +0000 (22:18 +0000)
  in both the read and write code (also use a better variable name).
- Made the bytes-available code at the end of the select() loop use the
  same flow of control in the read and the write code.


No differences found