commit | 19d0f76c798aa3aa90b4652e8c6bb00a5b147b14 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Feb 24 17:59:04 2010 -0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Feb 24 17:59:04 2010 -0800 |
tree | ef686a607f9493236abf340742158045f551fee2 | |
parent | c8a66458295aa0ae03929c8948ec102ff0683d4e [diff] |
trace-cmd: Fix accept in listen for tcp client read The peer_addr_len was not being initialized for use with accept in the TCP version of the client read. This caused the accept to fail. Also added error checks and printing of the fact that the client requested using TCP. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>