From: David Goulet Date: Thu, 13 Dec 2012 01:16:33 +0000 (-0500) Subject: Fix data pending for inflight streaming X-Git-Tag: v2.1.0~60 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=f7079f6790ccfb78ec7115ccb5b1706f5c18ebfe;hp=f7079f6790ccfb78ec7115ccb5b1706f5c18ebfe Fix data pending for inflight streaming The consumer_data_pending() function call had a bad label naming. The goto label data_not_pending was actually going to the return value of pending data (1). So, this patch fixes that by renaming the label to the right meaning. Add a missing destroy of the relayd session id mapping hash table. Acked-by: Mathieu Desnoyers Signed-off-by: David Goulet ---