From: David Goulet Date: Thu, 20 Dec 2012 01:37:14 +0000 (-0500) Subject: Fix: missing mutex lock if relayd was not created X-Git-Tag: v2.1.0~6 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=59e71485e5ee0f88fd3a19c25c6eea842e118d37;hp=59e71485e5ee0f88fd3a19c25c6eea842e118d37 Fix: missing mutex lock if relayd was not created Also add missing ret = -1 assignment on error in error path when adding a relayd socket in the consumer. Signed-off-by: David Goulet ---