commit | 61a5872fd66be718ad022102bf813d7e4e9324c5 | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Thu Nov 10 10:41:47 2011 -0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Dec 12 11:47:20 2011 -0600 |
tree | 25468b5ccda7e962bb4beb043cdf642f943b81a5 | |
parent | e375fe3472f6d64971d3bd8e10a3f159e72435a1 [diff] |
tcp_close(): check for close() errors too (v2) In case close() fails, we want to report the error back. Changes v1 -> v2: - Use braces on if statement to match coding style Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>