Fix lttcomm_close_unix_sock to actually close the socket
authorDavid Goulet <dgoulet@efficios.com>
Thu, 16 Feb 2012 22:29:37 +0000 (17:29 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 16 Feb 2012 22:36:00 +0000 (17:36 -0500)
To all soul out there, shutdown(sock, SHUT_RDWR) does NOT close the
socket keeping it open after the call. I have to say for my defense that
the man page does not specify it clearly :P.

Reported-by: Irina Guilman <irina.guilman@ericsson.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.034053 seconds and 5 git commands to generate.