From: Jérémie Galarneau Date: Fri, 16 Nov 2018 18:55:57 +0000 (-0500) Subject: Docs: document why a negative socket may be passed X-Git-Tag: v2.11.0-rc2~159 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=c1cd9f61d342680f41df3b2812a0ecab447d3a21;hp=c1cd9f61d342680f41df3b2812a0ecab447d3a21;p=lttng-tools.git Docs: document why a negative socket may be passed The fix in 4821263c4 checks for a negative socket. While the commit message explains the reason for the check, it is not obvious why this check is needed when looking at the code itself. Signed-off-by: Jérémie Galarneau ---