- 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)
commit1ea087a794addcb6c0b69db22197a60fc2abe446
treea830d18f2f80a7c59d253fe70c1a1159cde63e02
parent00bdf899770c5e7bfaba1ac0bc3db45d447acf35
- Made the maximum-fd computation prior to a select() use the same idiom
  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.
io.c